1 reference to IDC_APPSTARTING
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
40
public static Cursor AppStarting => s_appStarting ??= new(PInvoke.
IDC_APPSTARTING
, nameof(AppStarting));