2 writes to focusPen
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2196focusPen = null; 2231focusPen = new Pen(brush, 1);
4 references to focusPen
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ControlPaint.cs (4)
2189if (focusPen == null || 2194if (focusPen != null) { 2195focusPen.Dispose(); 2246return odds ? focusPen : focusPenInvert;