4 writes to UseWaitCursor
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
650
f.
UseWaitCursor
= s_useWaitCursor;
System\Windows\Forms\Control.cs (1)
3451
children[i].
UseWaitCursor
= value;
System\Windows\Forms\Form.cs (1)
4276
UseWaitCursor
= true;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
326
set => base.
UseWaitCursor
= value;
2 references to UseWaitCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1366
get => base.
UseWaitCursor
;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
325
get => base.
UseWaitCursor
;