5 references to PanSE
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
64public static Cursor PanSE => s_panSE ??= new("se.cur", nameof(PanSE));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
213Assert.Contains(Cursors.PanSE, values);
System\Windows\Forms\CursorsTests.cs (1)
33yield return new object[] { I(() => Cursors.PanSE) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
53_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanSE, SWI.Cursors.ScrollSE); 93_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollSE, SWF.Cursors.PanSE);