3 references to ThemeColorProperty
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
194
get { return (ThemeColor)GetValue(
ThemeColorProperty
); }
195
set { SetValue(
ThemeColorProperty
, value); }
Microsoft\Windows\Themes\ScrollChrome.cs (1)
53
= ButtonChrome.
ThemeColorProperty
.AddOwner(typeof(ScrollChrome),