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