1 write to appStarting
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursors.cs (1)
102
appStarting
= new Cursor(NativeMethods.IDC_APPSTARTING,0);
2 references to appStarting
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursors.cs (2)
101
if (
appStarting
== null)
103
return
appStarting
;