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