2 writes to _childBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
44
_childBlock
= childBlock;
557
_childBlock
= value;
2 references to _childBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
544
get { return
_childBlock
.AggregatedContainer; }
553
return
_childBlock
;