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; 2686for (int i = 0; i < celt && _current < _formats.Length; i++) 2688rgelt[i] = _formats[this._current]; 2705_current = _current + (int)Math.Min(celt, Int32.MaxValue - _current); 2707return (_current < _formats.Length) ? NativeMethods.S_OK : NativeMethods.S_FALSE;