1 write to upArrow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursors.cs (1)
234upArrow = new Cursor(NativeMethods.IDC_UPARROW,0);
2 references to upArrow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursors.cs (2)
233if (upArrow == null) 235return upArrow;