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