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