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