6 references to GrayTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
489
return SystemColors.
GrayTextBrush
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
193
? SystemColors.ControlTextBrush : SystemColors.
GrayTextBrush
;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
126
this.textBox.Foreground = SystemColors.
GrayTextBrush
;
157
inputTextBox.Foreground = SystemColors.
GrayTextBrush
;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
413
if (this.BorderBrush != SystemColors.
GrayTextBrush
)
415
this.BorderBrush = SystemColors.
GrayTextBrush
;