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