1 instantiation of ButtonChrome
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
98bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ButtonChrome(); };
11 references to ButtonChrome
PresentationFramework.Luna (11)
Microsoft\Windows\Themes\ButtonChrome.cs (7)
160IsEnabledProperty.OverrideMetadata(typeof(ButtonChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 183typeof(ButtonChrome), 213typeof(ButtonChrome), 232typeof(ButtonChrome), 252typeof(ButtonChrome), 273typeof(ButtonChrome), 294typeof(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)
97typeof(Microsoft.Windows.Themes.ButtonChrome));