1 write to _textContainer
PresentationFramework (1)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1435
_textContainer
= textContainer;
9 references to _textContainer
PresentationFramework (9)
System\Windows\Controls\Primitives\TextBoxBase.cs (9)
108
TextRange range = new TextRange(
_textContainer
.End,
_textContainer
.End)
155
TextSelectionInternal.Select(
_textContainer
.Start,
_textContainer
.End);
1421
if (
_textContainer
!= null)
1424
Invariant.Assert(_textEditor.TextContainer ==
_textContainer
);
1436
_textContainer
.Changed += new TextContainerChangedEventHandler(OnTextContainerChanged);
1439
_textEditor = new TextEditor(
_textContainer
, this, true);
1728
return
_textContainer
;