1 write to _document
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
311
_document
= value;
7 references to _document
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (7)
301
return
_document
;
324
if (
_document
!= null)
348
Invariant.Assert(
_document
!= null);
351
_formatter =
_document
.BottomlessFormatter;
355
Invariant.Assert(_formatter ==
_document
.BottomlessFormatter);
694
if (_textView == null &&
_document
!= null)
696
_textView = new DocumentPageTextView(this,
_document
.StructuralCache.TextContainer);