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)
200if (_oldCursor is not null && ParentInternal is not null && !ParentInternal.IsInDesignMode) 202ParentInternal.Cursor = _oldCursor; 223ParentInternal.Cursor = _oldCursor;