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