2 writes to _textElement
PresentationFramework (2)
System\Windows\Documents\TextTreeTextElementNode.cs (2)
71clone._textElement = _textElement; 316_textElement = value;
4 references to _textElement
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
71clone._textElement = _textElement; 311return _textElement; 326return (_textElement == null) ? -1 : _textElement.IMELeftEdgeCharCount;