1 write to _childBlock
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
624
_childBlock
= _docPage.FixedDocumentSequence.TextContainer.FindChildBlock(_docPage.ChildDocumentReference);
2 references to _childBlock
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (2)
622
if (
_childBlock
== null)
626
return
_childBlock
;