4 references to ChildDocumentBlock
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
411ChildDocumentBlock childBlock = new ChildDocumentBlock(this.TextContainer, docRef); 1188ChildDocumentBlock childBlock = new ChildDocumentBlock(_fixedDocumentSequence.TextContainer,
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
536currentBlock.InsertNextBlock(new ChildDocumentBlock(this, docRef)); 632ChildDocumentBlock newBlock = new ChildDocumentBlock(this, (DocumentReference)item);