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)
301return _document; 324if (_document != null) 348Invariant.Assert(_document != null); 351_formatter = _document.BottomlessFormatter; 355Invariant.Assert(_formatter == _document.BottomlessFormatter); 694if (_textView == null && _document != null) 696_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);