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