1 write to _document
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
304_document = value;
7 references to _document
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (7)
294return _document; 317if (_document != null) 341Invariant.Assert(_document != null); 344_formatter = _document.BottomlessFormatter; 348Invariant.Assert(_formatter == _document.BottomlessFormatter); 681if (_textView == null && _document != null) 683_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);