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