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