1 write to _textView
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
1127
_textView
= new DocumentSequenceTextView(this);
2 references to _textView
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
1125
if (
_textView
== null)
1129
return
_textView
;