1 reference to IDC_WAIT
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
52
public static Cursor WaitCursor => s_wait ??= new(PInvoke.
IDC_WAIT
, nameof(WaitCursor));