6 references to GrayTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
489return 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)
126this.textBox.Foreground = SystemColors.GrayTextBrush; 157inputTextBox.Foreground = SystemColors.GrayTextBrush;
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
413if (this.BorderBrush != SystemColors.GrayTextBrush) 415this.BorderBrush = SystemColors.GrayTextBrush;