5 references to NoMoveVert
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
59public static Cursor NoMoveVert => s_noMoveVert ??= new("nomovev.cur", nameof(NoMoveVert));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
208Assert.Contains(Cursors.NoMoveVert, values);
System\Windows\Forms\CursorsTests.cs (1)
28yield return new object[] { I(() => Cursors.NoMoveVert) };
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
47_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.NoMoveVert, SWI.Cursors.ScrollNS); 87_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollNS, SWF.Cursors.NoMoveVert);