5 references to NoMove2D
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
57public static Cursor NoMove2D => s_noMove2D ??= new("nomove2d.cur", nameof(NoMove2D));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
205Assert.Contains(Cursors.NoMove2D, values);
System\Windows\Forms\CursorsTests.cs (1)
26yield return new object[] { I(() => Cursors.NoMove2D) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
45_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.NoMove2D, SWI.Cursors.ScrollAll); 85_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollAll, SWF.Cursors.NoMove2D);