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