6 references to ControlTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
573return SystemColors.ControlTextColor;
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
270this.Foreground = new SolidColorBrush(SystemColors.ControlTextColor);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (4)
172if (SystemColors.ControlColor == Colors.Black && SystemColors.ControlTextColor == Colors.White) 177if (SystemColors.ControlColor == Colors.White && SystemColors.ControlTextColor == Colors.Black) 182if (SystemColors.ControlColor == Colors.Black && SystemColors.ControlTextColor == Color.FromArgb(0xff, 0x00, 0xff, 0x00)) 631resources[WorkflowDesignerColors.PropertyInspectorTextBrushKey] = new SolidColorBrush(SystemColors.ControlTextColor);