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