2 writes to _textElement
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (2)
77clone._textElement = _textElement; 322_textElement = value;
4 references to _textElement
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (4)
77clone._textElement = _textElement; 317return _textElement; 332return (_textElement == null) ? -1 : _textElement.IMELeftEdgeCharCount;