1 write to _textTree
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3515
_textTree
= textTree;
4 references to _textTree
PresentationFramework (4)
System\Windows\Documents\TextContainer.cs (4)
3537
_textTree
.AddChange(_startPosition, _symbolCount, _charCount, PrecursorTextChangeType.ContentRemoved);
3541
_textTree
.RaiseEventForNewFirstIMEVisibleNode(_newFirstIMEVisibleNode);
3546
_textTree
.RaiseEventForFormerFirstIMEVisibleNode(_formerFirstIMEVisibleNode);
3561
internal TextContainer TextContainer { get { return
_textTree
; } }