3 references to NoMove2D
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
57public static Cursor NoMove2D => s_noMove2D ??= new("nomove2d.cur", nameof(NoMove2D));
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
41_toSystemWindowsInputCursorDictionary.Add(SWF.Cursors.NoMove2D, SWI.Cursors.ScrollAll); 81_toSystemWindowsFormsCursorDictionary.Add(SWI.Cursors.ScrollAll, SWF.Cursors.NoMove2D);