1 write to _document
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
304
_document
= value;
7 references to _document
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (7)
294
return
_document
;
317
if (
_document
!= null)
341
Invariant.Assert(
_document
!= null);
344
_formatter =
_document
.BottomlessFormatter;
348
Invariant.Assert(_formatter ==
_document
.BottomlessFormatter);
681
if (_textView == null &&
_document
!= null)
683
_textView = new DocumentPageTextView(this,
_document
.StructuralCache.TextContainer);