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