6 references to ControlTextBrush
PresentationFramework (4)
src\Framework\System\Windows\Controls\Control.cs (1)
147
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
,
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
389
new FrameworkPropertyMetadata(SystemColors.
ControlTextBrush
, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.NotifyPropertyChangeForRefreshContent));
src\Framework\System\Windows\SystemColors.cs (1)
1207
return SystemColors.
ControlTextBrush
;
src\Framework\System\Windows\SystemResourceKey.cs (1)
477
return 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)
145
inputTextBox.Foreground = SystemColors.
ControlTextBrush
;