4 writes to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
22
_current
= source._current;
75
_current
++;
86
_current
+= celt;
92
_current
= 0;
4 references to _current
System.Private.Windows.Core (4)
System\Private\Windows\Ole\FormatEnumerator.cs (4)
22
_current = source.
_current
;
56
if (
_current
>= _formats.Count || celt <= 0)
63
ComTypes.FORMATETC current = _formats[
_current
];
81
if (
_current
+ celt >= _formats.Count)