1 instantiation of ButtonChrome
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
98bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ButtonChrome(); };
9 references to ButtonChrome
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\ButtonChrome.cs (6)
150IsEnabledProperty.OverrideMetadata(typeof(ButtonChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 171typeof(ButtonChrome), 190typeof(ButtonChrome), 210typeof(ButtonChrome), 231typeof(ButtonChrome), 252typeof(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)
97typeof(Microsoft.Windows.Themes.ButtonChrome));