3 references to 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
));
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
);