3 references to Wait
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
134
return Cursors.
Wait
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
60
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.WaitCursor, SWI.Cursors.
Wait
);
99
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
Wait
, SWF.Cursors.WaitCursor);