5 references to ControlTextBrush
PresentationFramework (4)
System\Windows\Controls\Control.cs (1)
136
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
,
System\Windows\Controls\DataGridTextColumn.cs (1)
384
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\SystemColors.cs (1)
1398
return SystemColors.
ControlTextBrush
;
System\Windows\SystemResourceKey.cs (1)
484
return SystemColors.
ControlTextBrush
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
186
? SystemColors.
ControlTextBrush
: SystemColors.GrayTextBrush;