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