1 write to _docRef
PresentationFramework (1)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (1)
62
_docRef
= docRef;
3 references to _docRef
PresentationFramework (3)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (3)
146
return
_docRef
;
232
DocumentsTrace.FixedDocumentSequence.TextOM.Trace("Loading TextContainer " +
_docRef
.ToString());
234
IDocumentPaginatorSource idp =
_docRef
.GetDocument(false /*forceReload*/);