2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
318
_textView
= null;
749
_textView
= new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentView.cs (8)
162
if (
_textView
!= null)
164
_textView
.OnPageConnected();
189
if (
_textView
!= null)
191
_textView
.OnPageDisconnected();
391
if (
_textView
!= null)
393
_textView
.OnPageDisconnected();
747
if (
_textView
== null && _document != null)
751
service =
_textView
;