1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
314
_collection
= collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
316
Version =
_collection
.Version;
322
if (Version !=
_collection
.Version)
327
if (_index < (
_collection
.Size - 1))
330
_currentElement =
_collection
[_index];
335
_currentElement =
_collection
;
336
_index =
_collection
.Size;
345
if (_currentElement ==
_collection
)
374
if (Version !=
_collection
.Version)
378
_currentElement =
_collection
;