3 references to GrayTextBrush
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
496return SystemColors.GrayTextBrush;
PresentationFramework.AeroLite (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
491return SystemColors.GrayTextBrush;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
186? SystemColors.ControlTextBrush : SystemColors.GrayTextBrush;