1 write to _textView
PresentationFramework (1)
System\Windows\Documents\DocumentSequence.cs (1)
1098
_textView
= new DocumentSequenceTextView(this);
2 references to _textView
PresentationFramework (2)
System\Windows\Documents\DocumentSequence.cs (2)
1096
if (
_textView
== null)
1100
return
_textView
;