3 references to ScrollAll
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
152return 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);