2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
316
_textView
= null;
747
_textView
= new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentView.cs (8)
160
if (
_textView
!= null)
162
_textView
.OnPageConnected();
187
if (
_textView
!= null)
189
_textView
.OnPageDisconnected();
389
if (
_textView
!= null)
391
_textView
.OnPageDisconnected();
745
if (
_textView
== null && _document != null)
749
service =
_textView
;