4 references to HighlightBrush
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\OptionPageSearchHandler.cs (1)
18
public static readonly Brush HighlightBackground = SystemColors.
HighlightBrush
;
PresentationFramework (3)
System\windows\Documents\SelectionHighlightInfo.cs (1)
62
return SystemColors.
HighlightBrush
;
System\Windows\SystemColors.cs (1)
1373
return SystemColors.
HighlightBrush
;
System\Windows\SystemResourceKey.cs (1)
499
return SystemColors.
HighlightBrush
;