1 write to _childBlock
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
609
_childBlock
= _docPage.FixedDocumentSequence.TextContainer.FindChildBlock(_docPage.ChildDocumentReference);
2 references to _childBlock
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextView.cs (2)
607
if (
_childBlock
== null)
611
return
_childBlock
;