1 instantiation of ButtonChrome
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
100
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
9 references to ButtonChrome
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
139
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
160
typeof(
ButtonChrome
),
179
typeof(
ButtonChrome
),
199
typeof(
ButtonChrome
),
220
typeof(
ButtonChrome
),
241
typeof(
ButtonChrome
),
Microsoft\Windows\Themes\ScrollChrome.cs (2)
132
=
ButtonChrome
.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),
151
=
ButtonChrome
.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
99
typeof(Microsoft.Windows.Themes.
ButtonChrome
));