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