1 write to focusPenColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2201focusPenColor = baseColor;
2 references to focusPenColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2190(!highContrast && focusPenColor.GetBrightness() <= .5 && baseColor.GetBrightness() <= .5) || 2191focusPenColor.ToArgb() != baseColor.ToArgb() ||