4 references to HighlightColor
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1966
Brush selectionBrush = new SolidColorBrush(SystemColors.
HighlightColor
);
src\Framework\System\windows\Documents\SelectionHighlightInfo.cs (1)
35
_objectMaskBrush = new SolidColorBrush(SystemColors.
HighlightColor
);
src\Framework\System\Windows\SystemResourceKey.cs (1)
588
return SystemColors.
HighlightColor
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
635
resources[WorkflowDesignerColors.PropertyInspectorSelectedBackgroundBrushKey] = new SolidColorBrush(SystemColors.
HighlightColor
);