5 references to NoMove2D
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
57
public static Cursor NoMove2D => s_noMove2D ??= new("nomove2d.cur", nameof(
NoMove2D
));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
205
Assert.Contains(Cursors.
NoMove2D
, values);
System\Windows\Forms\CursorsTests.cs (1)
26
yield 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
);