3 references to NoMove2D
System.Windows.Forms (1)
System\Windows\Forms\Input\Cursors.cs (1)
57
public 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
);