7 writes to _lastFetchedChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
55
_firstChild =
_lastFetchedChild
= null;
158
_lastFetchedChild
= _firstChild;
251
_lastFetchedChild
= nextParagraph;
259
_lastFetchedChild
= prevParagraph;
918
_firstChild =
_lastFetchedChild
= null;
946
_lastFetchedChild
= paraChild.Previous;
950
_firstChild =
_lastFetchedChild
= null;
1 reference to _lastFetchedChild
PresentationFramework (1)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
296
BaseParagraph lastPara =
_lastFetchedChild
;