4 writes to _index
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
310
_index
= -1;
324
_index
++;
331
_index
= _collection.Size;
374
_index
= -1;
3 references to _index
PresentationFramework (3)
MS\Internal\Documents\ContentElementCollection.cs (3)
322
if (
_index
< (_collection.Size - 1))
325
_currentElement = _collection[
_index
];
342
if (
_index
== -1)