1 instantiation of BulletChrome
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
118bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.BulletChrome(); };
17 references to BulletChrome
PresentationFramework.Aero2 (17)
Microsoft\Windows\Themes\BulletChrome.cs (16)
32IsEnabledProperty.OverrideMetadata(typeof(BulletChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OnIsEnabledChanged))); 57typeof(BulletChrome), 77typeof(BulletChrome), 97typeof(BulletChrome), 113BulletChrome chrome = ((BulletChrome)o); 170private static void AnimateToHover(BulletChrome chrome) 268private static void AnimateToIndeterminate(BulletChrome chrome) 319typeof(BulletChrome), 335BulletChrome chrome = ((BulletChrome)o); 474typeof(BulletChrome), 491BulletChrome chrome = ((BulletChrome)o); 562typeof(BulletChrome), 570((BulletChrome)o)._localResources = null;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
117typeof(Microsoft.Windows.Themes.BulletChrome));