3 references to PanWest
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
67public 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);