1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
309
_collection
= collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
311
Version =
_collection
.Version;
317
if (Version !=
_collection
.Version)
322
if (_index < (
_collection
.Size - 1))
325
_currentElement =
_collection
[_index];
330
_currentElement =
_collection
;
331
_index =
_collection
.Size;
340
if (_currentElement ==
_collection
)
369
if (Version !=
_collection
.Version)
373
_currentElement =
_collection
;