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