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)
154
ChildDocumentBlock childBlock = documentSequence.TextContainer.
FindChildBlock
(fixedDoc.DocumentReference);