3 references to PanNE
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
61
public 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
);