2 writes to t_focusPen
System.Windows.Forms (2)
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2190t_focusPen = null; 2241t_focusPen = brush.CreateStaticPen();
4 references to t_focusPen
System.Windows.Forms (4)
System\Windows\Forms\Rendering\ControlPaint.cs (4)
2182if (t_focusPen is null 2187if (t_focusPen is not null) 2189t_focusPen.Dispose(); 2255return odds ? t_focusPen : t_focusPenInvert!;