3 writes to _currentIndex
PresentationFramework (3)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (3)
328_currentIndex = -1; 347_currentIndex++; 357_currentIndex++;
6 references to _currentIndex
PresentationFramework (6)
src\Framework\MS\Internal\IO\Packaging\CorePropertiesFilter.cs (6)
350while (_currentIndex < _attributes.Length) 352if ( _attributes[_currentIndex].Property.PropType == PropSpecType.Id 376return _attributes[_currentIndex].Guid; 388return _attributes[_currentIndex].Property.PropId; 413if (_currentIndex < 0 || _currentIndex >= _attributes.Length)