1 write to _textTree
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3531
_textTree
= textTree;
4 references to _textTree
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextContainer.cs (4)
3553
_textTree
.AddChange(_startPosition, _symbolCount, _charCount, PrecursorTextChangeType.ContentRemoved);
3557
_textTree
.RaiseEventForNewFirstIMEVisibleNode(_newFirstIMEVisibleNode);
3562
_textTree
.RaiseEventForFormerFirstIMEVisibleNode(_formerFirstIMEVisibleNode);
3577
internal TextContainer TextContainer { get { return
_textTree
; } }