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