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