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