3 references to HighlightColor
PresentationFramework (3)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1858
Brush selectionBrush = new SolidColorBrush(SystemColors.
HighlightColor
);
System\windows\Documents\SelectionHighlightInfo.cs (1)
28
_objectMaskBrush = new SolidColorBrush(SystemColors.
HighlightColor
)
System\Windows\SystemResourceKey.cs (1)
616
return SystemColors.
HighlightColor
;