2 writes to _childBlock
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
31
_childBlock
= childBlock;
543
_childBlock
= value;
2 references to _childBlock
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
530
get { return
_childBlock
.AggregatedContainer; }
539
return
_childBlock
;