4 writes to current
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataObject.cs (4)
1228current = 0; 1324this.current++; 1340current += celt; 1346current = 0;
3 references to current
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataObject.cs (3)
1312if (this.current < formats.Count && celt > 0) { 1314FORMATETC current = (FORMATETC)formats[this.current]; 1337if (current + celt >= this.formats.Count) {