2 references to FindChildBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
624_childBlock = _docPage.FixedDocumentSequence.TextContainer.FindChildBlock(_docPage.ChildDocumentReference);
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
154ChildDocumentBlock childBlock = documentSequence.TextContainer.FindChildBlock(fixedDoc.DocumentReference);