1 write to t_focusPenColor
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2195t_focusPenColor = baseColor;
2 references to t_focusPenColor
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2184|| (!highContrast && t_focusPenColor.GetBrightness() <= .5 && baseColor.GetBrightness() <= .5) 2185|| t_focusPenColor.ToArgb() != baseColor.ToArgb())