1 instantiation of ButtonChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
106
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ButtonChrome
(); },
11 references to ButtonChrome
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
148
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
171
typeof(
ButtonChrome
),
201
typeof(
ButtonChrome
),
220
typeof(
ButtonChrome
),
240
typeof(
ButtonChrome
),
261
typeof(
ButtonChrome
),
282
typeof(
ButtonChrome
),
Microsoft\Windows\Themes\ScrollChrome.cs (3)
42
=
ButtonChrome
.ThemeColorProperty.AddOwner(typeof(ScrollChrome),
149
=
ButtonChrome
.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),
168
=
ButtonChrome
.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
104
typeof(Microsoft.Windows.Themes.
ButtonChrome
))