1 instantiation of ButtonChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
100
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
11 references to ButtonChrome
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
149
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
172
typeof(
ButtonChrome
),
202
typeof(
ButtonChrome
),
221
typeof(
ButtonChrome
),
241
typeof(
ButtonChrome
),
262
typeof(
ButtonChrome
),
283
typeof(
ButtonChrome
),
Microsoft\Windows\Themes\ScrollChrome.cs (3)
43
=
ButtonChrome
.ThemeColorProperty.AddOwner(typeof(ScrollChrome),
150
=
ButtonChrome
.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),
169
=
ButtonChrome
.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
99
typeof(Microsoft.Windows.Themes.
ButtonChrome
));