1 instantiation of BulletChrome
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
114bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.BulletChrome(); };
17 references to BulletChrome
PresentationFramework.Aero (17)
Microsoft\Windows\Themes\BulletChrome.cs (16)
38IsEnabledProperty.OverrideMetadata(typeof(BulletChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender, new PropertyChangedCallback(OnIsEnabledChanged))); 63typeof(BulletChrome), 83typeof(BulletChrome), 103typeof(BulletChrome), 119BulletChrome chrome = ((BulletChrome)o); 176private static void AnimateToHover(BulletChrome chrome) 274private static void AnimateToIndeterminate(BulletChrome chrome) 325typeof(BulletChrome), 341BulletChrome chrome = ((BulletChrome)o); 480typeof(BulletChrome), 497BulletChrome chrome = ((BulletChrome)o); 568typeof(BulletChrome), 576((BulletChrome)o)._localResources = null;
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
113typeof(Microsoft.Windows.Themes.BulletChrome));