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)
314return _document; 337if (_document != null) 361Invariant.Assert(_document != null); 364_formatter = _document.BottomlessFormatter; 368Invariant.Assert(_formatter == _document.BottomlessFormatter); 752if (_textView == null && _document != null) 754_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);