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