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