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