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