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)
128
TextRange range = new TextRange(
_textContainer
.End,
_textContainer
.End);
185
TextSelectionInternal.Select(
_textContainer
.Start,
_textContainer
.End);
1508
if (
_textContainer
!= null)
1511
Invariant.Assert(_textEditor.TextContainer ==
_textContainer
);
1523
_textContainer
.Changed += new TextContainerChangedEventHandler(OnTextContainerChanged);
1526
_textEditor = new TextEditor(
_textContainer
, this, true);
1832
return
_textContainer
;