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