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