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)
341
while (
_currentIndex
< _attributes.Length)
343
if ( _attributes[
_currentIndex
].Property.PropType == PropSpecType.Id
367
return _attributes[
_currentIndex
].Guid;
379
return _attributes[
_currentIndex
].Property.PropId;
404
if (
_currentIndex
< 0 ||
_currentIndex
>= _attributes.Length)