2 writes to t_focusPen
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2135
t_focusPen
= null;
2186
t_focusPen
= brush.CreateStaticPen();
4 references to t_focusPen
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
2127
if (
t_focusPen
is null
2132
if (
t_focusPen
is not null)
2134
t_focusPen
.Dispose();
2200
return odds ?
t_focusPen
: t_focusPenInvert!;