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