1 instantiation of ButtonChrome
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
98
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ButtonChrome
(); };
11 references to ButtonChrome
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
160
IsEnabledProperty.OverrideMetadata(typeof(
ButtonChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
183
typeof(
ButtonChrome
),
213
typeof(
ButtonChrome
),
232
typeof(
ButtonChrome
),
252
typeof(
ButtonChrome
),
273
typeof(
ButtonChrome
),
294
typeof(
ButtonChrome
),
Microsoft\Windows\Themes\ScrollChrome.cs (3)
53
=
ButtonChrome
.ThemeColorProperty.AddOwner(typeof(ScrollChrome),
160
=
ButtonChrome
.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome),
179
=
ButtonChrome
.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
97
typeof(Microsoft.Windows.Themes.
ButtonChrome
));