5 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));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
214Assert.Contains(Cursors.PanSW, values);
System\Windows\Forms\CursorsTests.cs (1)
35yield return new object[] { I(() => Cursors.PanSW) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
54_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanSW, SWI.Cursors.ScrollSW); 94_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollSW, SWF.Cursors.PanSW);