4 writes to _index
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
309
_index
= -1;
323
_index
++;
330
_index
= _collection.Size;
373
_index
= -1;
3 references to _index
PresentationFramework (3)
MS\Internal\Documents\ContentElementCollection.cs (3)
321
if (
_index
< (_collection.Size - 1))
324
_currentElement = _collection[
_index
];
341
if (
_index
== -1)