1 instantiation of ButtonChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
100
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
14 references to ButtonChrome
PresentationFramework.Aero (14)
Microsoft\Windows\Themes\ButtonChrome.cs (13)
26
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
46
typeof(
ButtonChrome
),
66
typeof(
ButtonChrome
),
86
typeof(
ButtonChrome
),
102
ButtonChrome
chrome = ((
ButtonChrome
)o);
175
typeof(
ButtonChrome
),
191
ButtonChrome
chrome = ((
ButtonChrome
)o);
266
typeof(
ButtonChrome
),
282
ButtonChrome
chrome = ((
ButtonChrome
)o);
365
typeof(
ButtonChrome
),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
99
typeof(Microsoft.Windows.Themes.
ButtonChrome
));