3 references to PanNE
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
61public static Cursor PanNE => s_panNE ??= new("ne.cur", nameof(PanNE));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
46_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanNE, SWI.Cursors.ScrollNE); 86_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollNE, SWF.Cursors.PanNE);