3 references to PanSW
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
66
public static Cursor PanSW => s_panSW ??= new("sw.cur", nameof(
PanSW
));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
50
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
PanSW
, SWI.Cursors.ScrollSW);
90
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollSW, SWF.Cursors.
PanSW
);