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