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