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