2 writes to _childBlock
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
40
_childBlock
= childBlock;
553
_childBlock
= value;
2 references to _childBlock
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextPointer.cs (2)
540
get { return
_childBlock
.AggregatedContainer; }
549
return
_childBlock
;