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