1 write to s_useWaitCursor
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
607
s_useWaitCursor
= value;
2 references to s_useWaitCursor
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
602
get =>
s_useWaitCursor
;
612
f.UseWaitCursor =
s_useWaitCursor
;