1 write to cross
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursors.cs (1)
126
cross
= new Cursor(NativeMethods.IDC_CROSS,0);
2 references to cross
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursors.cs (2)
125
if (
cross
== null)
127
return
cross
;