2 references to ThemeColorProperty
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
63get { return (ThemeColor)GetValue(ThemeColorProperty); } 64set { SetValue(ThemeColorProperty, value); }