1 instantiation of BulletChrome
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
124DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.BulletChrome(); },
17 references to BulletChrome
PresentationFramework.Aero2 (17)
Microsoft\Windows\Themes\BulletChrome.cs (16)
25IsEnabledProperty.OverrideMetadata(typeof(BulletChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OnIsEnabledChanged))); 50typeof(BulletChrome), 70typeof(BulletChrome), 90typeof(BulletChrome), 106BulletChrome chrome = ((BulletChrome)o); 165private static void AnimateToHover(BulletChrome chrome) 265private static void AnimateToIndeterminate(BulletChrome chrome) 316typeof(BulletChrome), 332BulletChrome chrome = ((BulletChrome)o); 475typeof(BulletChrome), 492BulletChrome chrome = ((BulletChrome)o); 569typeof(BulletChrome), 577((BulletChrome)o)._localResources = null;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
122typeof(Microsoft.Windows.Themes.BulletChrome))