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