1 instantiation of BulletChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
125DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.BulletChrome(); },
17 references to BulletChrome
PresentationFramework.Aero (17)
Microsoft\Windows\Themes\BulletChrome.cs (16)
26IsEnabledProperty.OverrideMetadata(typeof(BulletChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OnIsEnabledChanged))); 51typeof(BulletChrome), 71typeof(BulletChrome), 91typeof(BulletChrome), 107BulletChrome chrome = ((BulletChrome)o); 166private static void AnimateToHover(BulletChrome chrome) 266private static void AnimateToIndeterminate(BulletChrome chrome) 317typeof(BulletChrome), 333BulletChrome chrome = ((BulletChrome)o); 476typeof(BulletChrome), 493BulletChrome chrome = ((BulletChrome)o); 570typeof(BulletChrome), 578((BulletChrome)o)._localResources = null;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
123typeof(Microsoft.Windows.Themes.BulletChrome))