1 instantiation of ButtonChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
102
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
14 references to ButtonChrome
PresentationFramework.Aero (14)
Microsoft\Windows\Themes\ButtonChrome.cs (13)
35
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
55
typeof(
ButtonChrome
),
75
typeof(
ButtonChrome
),
95
typeof(
ButtonChrome
),
111
ButtonChrome
chrome = ((
ButtonChrome
)o);
184
typeof(
ButtonChrome
),
200
ButtonChrome
chrome = ((
ButtonChrome
)o);
275
typeof(
ButtonChrome
),
291
ButtonChrome
chrome = ((
ButtonChrome
)o);
374
typeof(
ButtonChrome
),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
101
typeof(Microsoft.Windows.Themes.
ButtonChrome
));