5 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));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
215Assert.Contains(Cursors.PanWest, values);
System\Windows\Forms\CursorsTests.cs (1)
36yield return new object[] { I(() => Cursors.PanWest) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
55_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanWest, SWI.Cursors.ScrollW); 95_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollW, SWF.Cursors.PanWest);