4 writes to _index
PresentationFramework (4)
MS\Internal\Documents\ContentElementCollection.cs (4)
315
_index
= -1;
329
_index
++;
336
_index
= _collection.Size;
379
_index
= -1;
3 references to _index
PresentationFramework (3)
MS\Internal\Documents\ContentElementCollection.cs (3)
327
if (
_index
< (_collection.Size - 1))
330
_currentElement = _collection[
_index
];
347
if (
_index
== -1)