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