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