1 write to _textContainer
PresentationFramework (1)
System\Windows\Controls\AccessText.cs (1)
511
_textContainer
= new TextContainer(this, false /* plainTextOnly */);
3 references to _textContainer
PresentationFramework (3)
System\Windows\Controls\AccessText.cs (3)
495
if (
_textContainer
== null)
497
return
_textContainer
;
515
_textBlock.SetTextContainer(
_textContainer
);