3 references to ScrollAll
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
148
return Cursors.
ScrollAll
;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
42
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.NoMove2D, SWI.Cursors.
ScrollAll
);
82
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.
ScrollAll
, SWF.Cursors.NoMove2D);