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); 3577internal TextContainer TextContainer { get { return _textTree; } }