3 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));
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);