4 writes to oldCursor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
6030this.oldCursor = this.Cursor; 15067this.oldCursor = this.Cursor; 16656this.oldCursor = this.Cursor; 16678this.oldCursor = this.Cursor;
4 references to oldCursor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5180return this.oldCursor;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
6050this.CursorInternal = this.oldCursor; 16576this.CursorInternal = this.oldCursor; 16703this.CursorInternal = this.oldCursor;