1 write to _document
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
324
_document
= value;
7 references to _document
PresentationFramework (7)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (7)
314
return
_document
;
337
if (
_document
!= null)
361
Invariant.Assert(
_document
!= null);
364
_formatter =
_document
.BottomlessFormatter;
368
Invariant.Assert(_formatter ==
_document
.BottomlessFormatter);
752
if (_textView == null &&
_document
!= null)
754
_textView = new DocumentPageTextView(this,
_document
.StructuralCache.TextContainer);