3 references to ScrollN
PresentationCore (1)
System\Windows\Input\CursorConverter.cs (1)
150return Cursors.ScrollN;
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
46_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanNorth, SWI.Cursors.ScrollN); 86_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollN, SWF.Cursors.PanNorth);