1 write to _document
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
319_document = value;
7 references to _document
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (7)
309return _document; 332if (_document != null) 356Invariant.Assert(_document != null); 359_formatter = _document.BottomlessFormatter; 363Invariant.Assert(_formatter == _document.BottomlessFormatter); 747if (_textView == null && _document != null) 749_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);