3 references to PanWest
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
67
public static Cursor PanWest => s_panWest ??= new("west.cur", nameof(
PanWest
));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
51
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
PanWest
, SWI.Cursors.ScrollW);
91
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollW, SWF.Cursors.
PanWest
);