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