1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
308
_collection
= collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
310
Version =
_collection
.Version;
316
if (Version !=
_collection
.Version)
321
if (_index < (
_collection
.Size - 1))
324
_currentElement =
_collection
[_index];
329
_currentElement =
_collection
;
330
_index =
_collection
.Size;
339
if (_currentElement ==
_collection
)
368
if (Version !=
_collection
.Version)
372
_currentElement =
_collection
;