4 writes to UseWaitCursor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (1)
679
f.
UseWaitCursor
= useWaitCursor;
winforms\Managed\System\WinForms\Control.cs (1)
4306
controlsCollection[i].
UseWaitCursor
= value;
winforms\Managed\System\WinForms\Form.cs (1)
4835
this.
UseWaitCursor
= true;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
580
base.
UseWaitCursor
= value;
2 references to UseWaitCursor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
577
return base.
UseWaitCursor
;
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1537
return base.
UseWaitCursor
;