2 writes to _textElement
PresentationFramework (2)
System\Windows\Documents\TextTreeTextElementNode.cs (2)
70clone._textElement = _textElement; 315_textElement = value;
4 references to _textElement
PresentationFramework (4)
System\Windows\Documents\TextTreeTextElementNode.cs (4)
70clone._textElement = _textElement; 310return _textElement; 325return (_textElement == null) ? -1 : _textElement.IMELeftEdgeCharCount;