1 write to _textContainer
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1522_textContainer = textContainer;
9 references to _textContainer
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (9)
128TextRange range = new TextRange(_textContainer.End, _textContainer.End); 185TextSelectionInternal.Select(_textContainer.Start, _textContainer.End); 1508if (_textContainer != null) 1511Invariant.Assert(_textEditor.TextContainer == _textContainer); 1523_textContainer.Changed += new TextContainerChangedEventHandler(OnTextContainerChanged); 1526_textEditor = new TextEditor(_textContainer, this, true); 1832return _textContainer;