2 writes to t_focusPenInvert
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2141
t_focusPenInvert
= null;
2200
t_focusPenInvert
= brush.CreateStaticPen();
2 references to t_focusPenInvert
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2140
t_focusPenInvert
?.Dispose();
2204
return odds ? t_focusPen :
t_focusPenInvert
!;