6 references to ControlTextBrush
PresentationFramework (4)
src\Framework\System\Windows\Controls\Control.cs (1)
147new FrameworkPropertyMetadata(SystemColors.ControlTextBrush,
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
389new FrameworkPropertyMetadata(SystemColors.ControlTextBrush, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
src\Framework\System\Windows\SystemColors.cs (1)
1207return SystemColors.ControlTextBrush;
src\Framework\System\Windows\SystemResourceKey.cs (1)
477return SystemColors.ControlTextBrush;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
193? SystemColors.ControlTextBrush : SystemColors.GrayTextBrush;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
145inputTextBox.Foreground = SystemColors.ControlTextBrush;