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