2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
310
_textView
= null;
696
_textView
= new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
5 references to _textView
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (5)
160
_textView
?.OnPageConnected();
184
_textView
?.OnPageDisconnected();
383
_textView
?.OnPageDisconnected();
694
if (
_textView
== null && _document != null)
698
service =
_textView
;