1 write to _textContainer
PresentationFramework (1)
src\Framework\System\Windows\Controls\DeferredTextReference.cs (1)
30
_textContainer
= textContainer;
3 references to _textContainer
PresentationFramework (3)
src\Framework\System\Windows\Controls\DeferredTextReference.cs (3)
46
string s = TextRangeBase.GetTextInternal(
_textContainer
.Start,
_textContainer
.End);
48
TextBox tb =
_textContainer
.Parent as TextBox;