1 instantiation of ButtonChrome
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
98
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
9 references to ButtonChrome
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
150
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
171
typeof(
ButtonChrome
),
190
typeof(
ButtonChrome
),
210
typeof(
ButtonChrome
),
231
typeof(
ButtonChrome
),
252
typeof(
ButtonChrome
),
Microsoft\Windows\Themes\ScrollChrome.cs (2)
142
=
ButtonChrome
.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),
161
=
ButtonChrome
.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
97
typeof(Microsoft.Windows.Themes.
ButtonChrome
));