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