3 references to ControlDarkColor
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
561
return SystemColors.
ControlDarkColor
;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
633
resources[WorkflowDesignerColors.PropertyInspectorBorderBrushKey] = new SolidColorBrush(SystemColors.
ControlDarkColor
);
642
resources[WorkflowDesignerColors.PropertyInspectorToolBarSeparatorBrushKey] = new SolidColorBrush(SystemColors.
ControlDarkColor
);