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