5 references to PanEast
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
60public static Cursor PanEast => s_panEast ??= new("east.cur", nameof(PanEast));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
208Assert.Contains(Cursors.PanEast, values);
System\Windows\Forms\CursorsTests.cs (1)
29yield return new object[] { I(() => Cursors.PanEast) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
48_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanEast, SWI.Cursors.ScrollE); 88_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollE, SWF.Cursors.PanEast);