3 writes to ChildBlock
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
489this.ChildBlock = tp.ChildBlock; 1030tpScan.ChildBlock = nextBlock; 1115thisTp.ChildBlock = cdb;
25 references to ChildBlock
PresentationFramework (25)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
352childPaginator = GetPaginator(dsTextPointer.ChildBlock.DocRef);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
756cdbScan = tsScan.ChildBlock; 767if (tsEnd.ChildBlock != cdbScan)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (14)
489this.ChildBlock = tp.ChildBlock; 803DocumentSequenceTextPointer newTp = new DocumentSequenceTextPointer(thisTp.ChildBlock, thisTp.ChildPointer.CreatePointer(gravity)); 898ChildDocumentBlock block = thisTp.ChildBlock; 965ChildDocumentBlock thisBlock = thisTp.ChildBlock; 966ChildDocumentBlock tpBlock = tp.ChildBlock; 971Debug.Assert(thisTp.ChildBlock.ChildContainer == tp.ChildBlock.ChildContainer); 996ChildDocumentBlock block = tp1.ChildBlock.NextBlock; 998while (block != tp2.ChildBlock) 1022DocumentSequenceTextPointer tpScan = new DocumentSequenceTextPointer(tp1.ChildBlock, tp1.ChildPointer); 1023while (tpScan.ChildBlock != tp2.ChildBlock) 1029ChildDocumentBlock nextBlock = tpScan.ChildBlock.NextBlock; 1047ChildDocumentBlock cdb = thisTp.ChildBlock;
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (4)
148if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 231if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 386if (ChildTextView.TextContainer == tpLine.ChildBlock.ChildContainer) 460if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (4)
309FlowPosition pageStartFlowPosition = ((FixedTextContainer)(endAsDSTP.ChildBlock.ChildContainer)).FixedTextBuilder.GetPageStartFlowPosition(pageNumber); 310firstSearchPageStart = new DocumentSequenceTextPointer(endAsDSTP.ChildBlock, 329FlowPosition pageEndFlowPosition = ((FixedTextContainer)startAsDSTP.ChildBlock.ChildContainer).FixedTextBuilder.GetPageEndFlowPosition(pageNumber); 330firstSearchPageEnd = new DocumentSequenceTextPointer( startAsDSTP.ChildBlock,