4 references to ChildDocumentBlock
PresentationFramework (4)
System\Windows\Documents\DocumentSequence.cs (2)
385
ChildDocumentBlock childBlock = new
ChildDocumentBlock
(this.TextContainer, docRef);
1159
ChildDocumentBlock childBlock = new
ChildDocumentBlock
(_fixedDocumentSequence.TextContainer,
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
529
currentBlock.InsertNextBlock(new
ChildDocumentBlock
(this, docRef));
625
ChildDocumentBlock newBlock = new
ChildDocumentBlock
(this, (DocumentReference)item);