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