1 write to _collection
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
323
_collection
= collection;
9 references to _collection
PresentationFramework (9)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (9)
325
Version =
_collection
.Version;
331
if (Version !=
_collection
.Version)
336
if (_index < (
_collection
.Size - 1))
339
_currentElement =
_collection
[_index];
344
_currentElement =
_collection
;
345
_index =
_collection
.Size;
354
if (_currentElement ==
_collection
)
383
if (Version !=
_collection
.Version)
387
_currentElement =
_collection
;