7 references to ControlColor
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
558
return SystemColors.
ControlColor
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
421
controlBrush != null && (controlColor = controlBrush.Color) != SystemColors.
ControlColor
&& controlColor.A > 0x00)
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (5)
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))
634
resources[WorkflowDesignerColors.PropertyInspectorPaneBrushKey] = new SolidColorBrush(SystemColors.
ControlColor
);
641
resources[WorkflowDesignerColors.PropertyInspectorToolBarBackgroundBrushKey] = new SolidColorBrush(SystemColors.
ControlColor
);