2 writes to focusPenInvert
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2198focusPenInvert = null; 2240focusPenInvert = new Pen(brush, 1);
2 references to focusPenInvert
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2197focusPenInvert.Dispose(); 2246return odds ? focusPen : focusPenInvert;