2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
303
_textView
= null;
683
_textView
= new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
5 references to _textView
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (5)
159
_textView
?.OnPageConnected();
183
_textView
?.OnPageDisconnected();
376
_textView
?.OnPageDisconnected();
681
if (
_textView
== null && _document != null)
685
service =
_textView
;