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