3 references to PanNW
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
63
public static Cursor PanNW => s_panNW ??= new("nw.cur", nameof(
PanNW
));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
47
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
PanNW
, SWI.Cursors.ScrollNW);
87
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollNW, SWF.Cursors.
PanNW
);