7 writes to _lastFetchedChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
73
_firstChild =
_lastFetchedChild
= null;
176
_lastFetchedChild
= _firstChild;
269
_lastFetchedChild
= nextParagraph;
277
_lastFetchedChild
= prevParagraph;
938
_firstChild =
_lastFetchedChild
= null;
966
_lastFetchedChild
= paraChild.Previous;
970
_firstChild =
_lastFetchedChild
= null;
1 reference to _lastFetchedChild
PresentationFramework (1)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
314
BaseParagraph lastPara =
_lastFetchedChild
;