5 references to ControlTextBrush
PresentationFramework (4)
System\Windows\Controls\Control.cs (1)
146
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
,
System\Windows\Controls\DataGridTextColumn.cs (1)
388
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
System\Windows\SystemColors.cs (1)
1401
return SystemColors.
ControlTextBrush
;
System\Windows\SystemResourceKey.cs (1)
485
return SystemColors.
ControlTextBrush
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
191
? SystemColors.
ControlTextBrush
: SystemColors.GrayTextBrush;