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