1 write to _textContainer
PresentationFramework (1)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1434_textContainer = textContainer;
9 references to _textContainer
PresentationFramework (9)
System\Windows\Controls\Primitives\TextBoxBase.cs (9)
107TextRange range = new TextRange(_textContainer.End, _textContainer.End) 154TextSelectionInternal.Select(_textContainer.Start, _textContainer.End); 1420if (_textContainer != null) 1423Invariant.Assert(_textEditor.TextContainer == _textContainer); 1435_textContainer.Changed += new TextContainerChangedEventHandler(OnTextContainerChanged); 1438_textEditor = new TextEditor(_textContainer, this, true); 1727return _textContainer;