3 writes to _currentIndex
PresentationFramework (3)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (3)
319_currentIndex = -1; 338_currentIndex++; 348_currentIndex++;
6 references to _currentIndex
PresentationFramework (6)
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (6)
341while (_currentIndex < _attributes.Length) 343if ( _attributes[_currentIndex].Property.PropType == PropSpecType.Id 367return _attributes[_currentIndex].Guid; 379return _attributes[_currentIndex].Property.PropId; 404if (_currentIndex < 0 || _currentIndex >= _attributes.Length)