1 instantiation of ButtonChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
100bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ButtonChrome(); };
11 references to ButtonChrome
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
149IsEnabledProperty.OverrideMetadata(typeof(ButtonChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 172typeof(ButtonChrome), 202typeof(ButtonChrome), 221typeof(ButtonChrome), 241typeof(ButtonChrome), 262typeof(ButtonChrome), 283typeof(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)
99typeof(Microsoft.Windows.Themes.ButtonChrome));