2 references to ControlColor
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
587
return SystemColors.
ControlColor
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
416
controlBrush != null && (controlColor = controlBrush.Color) != SystemColors.
ControlColor
&& controlColor.A > 0x00)