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