2 writes to _textView
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
323
_textView
= null;
754
_textView
= new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (8)
167
if (
_textView
!= null)
169
_textView
.OnPageConnected();
194
if (
_textView
!= null)
196
_textView
.OnPageDisconnected();
396
if (
_textView
!= null)
398
_textView
.OnPageDisconnected();
752
if (
_textView
== null && _document != null)
756
service =
_textView
;