3 references to ThemeColorProperty
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
183get { return (ThemeColor)GetValue(ThemeColorProperty); } 184set { SetValue(ThemeColorProperty, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
43= ButtonChrome.ThemeColorProperty.AddOwner(typeof(ScrollChrome),