3 references to ControlBrushProperty
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
38
if (ReadLocalValue(
ControlBrushProperty
) == DependencyProperty.UnsetValue)
40
SetResourceReference(
ControlBrushProperty
, SystemColors.ControlBrushKey);
43
return (Brush)GetValue(
ControlBrushProperty
);