3 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
));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
48
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
PanSouth
, SWI.Cursors.ScrollS);
88
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollS, SWF.Cursors.
PanSouth
);