4 writes to _current
PresentationCore (4)
Core\CSharp\System\Windows\DataObject.cs (4)
2663
_current
= formatEnumerator._current;
2689
_current
++;
2705
_current
= _current + (int)Math.Min(celt, Int32.MaxValue - _current);
2713
_current
= 0;
6 references to _current
PresentationCore (6)
Core\CSharp\System\Windows\DataObject.cs (6)
2663
_current = formatEnumerator.
_current
;
2686
for (int i = 0; i < celt &&
_current
< _formats.Length; i++)
2688
rgelt[i] = _formats[this.
_current
];
2705
_current =
_current
+ (int)Math.Min(celt, Int32.MaxValue -
_current
);
2707
return (
_current
< _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;