winforms\Managed\System\WinForms\Cursors.cs (14)
102appStarting = new Cursor(NativeMethods.IDC_APPSTARTING,0);
114arrow = new Cursor(NativeMethods.IDC_ARROW,0);
126cross = new Cursor(NativeMethods.IDC_CROSS,0);
138defaultCursor = new Cursor(NativeMethods.IDC_ARROW,0);
150iBeam = new Cursor(NativeMethods.IDC_IBEAM,0);
162no = new Cursor(NativeMethods.IDC_NO,0);
174sizeAll = new Cursor(NativeMethods.IDC_SIZEALL,0);
186sizeNESW = new Cursor(NativeMethods.IDC_SIZENESW,0);
198sizeNS = new Cursor(NativeMethods.IDC_SIZENS,0);
210sizeNWSE = new Cursor(NativeMethods.IDC_SIZENWSE,0);
222sizeWE = new Cursor(NativeMethods.IDC_SIZEWE,0);
234upArrow = new Cursor(NativeMethods.IDC_UPARROW,0);
246wait = new Cursor(NativeMethods.IDC_WAIT,0);
258help = new Cursor(NativeMethods.IDC_HELP,0);