3 references to AppStarting
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
118
return Cursors.
AppStarting
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
37
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.AppStarting, SWI.Cursors.
AppStarting
);
77
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
AppStarting
, SWF.Cursors.AppStarting);