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)
497if (_textContainer == null) 499return _textContainer; 517_textBlock.SetTextContainer(_textContainer);