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