3 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));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
44_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.PanEast, SWI.Cursors.ScrollE); 84_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollE, SWF.Cursors.PanEast);