3 writes to ChildBlock
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
479this.ChildBlock = tp.ChildBlock; 1007tpScan.ChildBlock = nextBlock; 1092thisTp.ChildBlock = cdb;
26 references to ChildBlock
PresentationFramework (26)
System\Windows\Documents\DocumentSequence.cs (1)
328childPaginator = GetPaginator(dsTextPointer.ChildBlock.DocRef);
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
740cdbScan = tsScan.ChildBlock; 751if (tsEnd.ChildBlock != cdbScan)
System\Windows\Documents\DocumentSequenceTextPointer.cs (15)
479this.ChildBlock = tp.ChildBlock; 784DocumentSequenceTextPointer newTp = new DocumentSequenceTextPointer(thisTp.ChildBlock, thisTp.ChildPointer.CreatePointer(gravity)); 847return $"{(thisTp is DocumentSequenceTextPointer ? "DSTP" : "DSTN")} Id={thisTp.DebugId} B={thisTp.ChildBlock.DebugId} G={thisTp.ChildPointer.LogicalDirection}"; 875ChildDocumentBlock block = thisTp.ChildBlock; 942ChildDocumentBlock thisBlock = thisTp.ChildBlock; 943ChildDocumentBlock tpBlock = tp.ChildBlock; 948Debug.Assert(thisTp.ChildBlock.ChildContainer == tp.ChildBlock.ChildContainer); 973ChildDocumentBlock block = tp1.ChildBlock.NextBlock; 975while (block != tp2.ChildBlock) 999DocumentSequenceTextPointer tpScan = new DocumentSequenceTextPointer(tp1.ChildBlock, tp1.ChildPointer); 1000while (tpScan.ChildBlock != tp2.ChildBlock) 1006ChildDocumentBlock nextBlock = tpScan.ChildBlock.NextBlock; 1024ChildDocumentBlock cdb = thisTp.ChildBlock;
System\Windows\Documents\DocumentSequenceTextView.cs (4)
134if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 217if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer) 363if (ChildTextView.TextContainer == tpLine.ChildBlock.ChildContainer) 437if (ChildTextView.TextContainer == tp.ChildBlock.ChildContainer)
System\Windows\Documents\FixedFindEngine.cs (4)
302FlowPosition pageStartFlowPosition = ((FixedTextContainer)(endAsDSTP.ChildBlock.ChildContainer)).FixedTextBuilder.GetPageStartFlowPosition(pageNumber); 303firstSearchPageStart = new DocumentSequenceTextPointer(endAsDSTP.ChildBlock, 322FlowPosition pageEndFlowPosition = ((FixedTextContainer)startAsDSTP.ChildBlock.ChildContainer).FixedTextBuilder.GetPageEndFlowPosition(pageNumber); 323firstSearchPageEnd = new DocumentSequenceTextPointer( startAsDSTP.ChildBlock,