1 instantiation of ButtonChrome
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
100bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ButtonChrome(); };
9 references to ButtonChrome
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
139IsEnabledProperty.OverrideMetadata(typeof(ButtonChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 160typeof(ButtonChrome), 179typeof(ButtonChrome), 199typeof(ButtonChrome), 220typeof(ButtonChrome), 241typeof(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)
99typeof(Microsoft.Windows.Themes.ButtonChrome));