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