3 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
));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
43
_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.
NoMoveVert
, SWI.Cursors.ScrollNS);
83
_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollNS, SWF.Cursors.
NoMoveVert
);