3 references to AppStarting
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
40public static Cursor AppStarting => s_appStarting ??= new(PInvoke.IDC_APPSTARTING, nameof(AppStarting));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
33_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.AppStarting, SWI.Cursors.AppStarting); 73_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.AppStarting, SWF.Cursors.AppStarting);