4 references to HighlightColor
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1966Brush 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)
588return SystemColors.HighlightColor;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
635resources[WorkflowDesignerColors.PropertyInspectorSelectedBackgroundBrushKey] = new SolidColorBrush(SystemColors.HighlightColor);