5 references to PanSE
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
64
public static Cursor PanSE => s_panSE ??= new("se.cur", nameof(
PanSE
));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
212
Assert.Contains(Cursors.
PanSE
, values);
System\Windows\Forms\CursorsTests.cs (1)
33
yield 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
);