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