2 writes to _oldCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
187
_oldCursor
= ParentInternal.Cursor;
192
_oldCursor
= null;
3 references to _oldCursor
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (3)
200
if (
_oldCursor
is not null && ParentInternal is not null && !ParentInternal.IsInDesignMode)
202
ParentInternal.Cursor =
_oldCursor
;
223
ParentInternal.Cursor =
_oldCursor
;