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