7 writes to _lastFetchedChild
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (7)
76
_firstChild =
_lastFetchedChild
= null;
180
_lastFetchedChild
= _firstChild;
274
_lastFetchedChild
= nextParagraph;
282
_lastFetchedChild
= prevParagraph;
964
_firstChild =
_lastFetchedChild
= null;
992
_lastFetchedChild
= paraChild.Previous;
996
_firstChild =
_lastFetchedChild
= null;
1 reference to _lastFetchedChild
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
319
BaseParagraph lastPara =
_lastFetchedChild
;