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