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