2 writes to oldCursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripGrip.cs (2)
201
oldCursor
= ParentInternal.Cursor;
205
oldCursor
= null;
3 references to oldCursor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripGrip.cs (3)
216
if (
oldCursor
!= null && !ParentInternal.IsInDesignMode) {
217
SetCursor(ParentInternal,
oldCursor
);
234
SetCursor(ParentInternal,
oldCursor
);