3 references to HighlightTextColor
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1976
Brush selectionTextBrush = new SolidColorBrush(SystemColors.
HighlightTextColor
);
src\Framework\System\Windows\SystemResourceKey.cs (1)
591
return SystemColors.
HighlightTextColor
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
636
resources[WorkflowDesignerColors.PropertyInspectorSelectedForegroundBrushKey] = new SolidColorBrush(SystemColors.
HighlightTextColor
);