5 references to NoMoveVert
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
59
public static Cursor NoMoveVert => s_noMoveVert ??= new("nomovev.cur", nameof(
NoMoveVert
));
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorConverterTests.cs (1)
207
Assert.Contains(Cursors.
NoMoveVert
, values);
System\Windows\Forms\CursorsTests.cs (1)
28
yield 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
);