1 instantiation of ButtonChrome
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
102bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ButtonChrome(); };
9 references to ButtonChrome
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
142IsEnabledProperty.OverrideMetadata(typeof(ButtonChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 163typeof(ButtonChrome), 182typeof(ButtonChrome), 202typeof(ButtonChrome), 223typeof(ButtonChrome), 244typeof(ButtonChrome),
Microsoft\Windows\Themes\ScrollChrome.cs (2)
136= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 155= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
101typeof(Microsoft.Windows.Themes.ButtonChrome));