5 references to PanSouth
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
65
public static Cursor PanSouth => s_panSouth ??= new("south.cur", nameof(
PanSouth
));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
213
Assert.Contains(Cursors.
PanSouth
, values);
System\Windows\Forms\CursorsTests.cs (1)
34
yield return new object[] { I(() => Cursors.
PanSouth
) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
52
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
PanSouth
, SWI.Cursors.ScrollS);
92
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollS, SWF.Cursors.
PanSouth
);