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