3 references to PanNorth
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
62public static Cursor PanNorth => s_panNorth ??= new("north.cur", nameof(PanNorth));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
45_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanNorth, SWI.Cursors.ScrollN); 85_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollN, SWF.Cursors.PanNorth);