4 writes to _index
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (4)
324
_index
= -1;
338
_index
++;
345
_index
= _collection.Size;
388
_index
= -1;
3 references to _index
PresentationFramework (3)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
336
if (
_index
< (_collection.Size - 1))
339
_currentElement = _collection[
_index
];
356
if (
_index
== -1)