1 write to _textContainer
PresentationFramework (1)
System\Windows\Controls\AccessText.cs (1)
510_textContainer = new TextContainer(this, false /* plainTextOnly */);
3 references to _textContainer
PresentationFramework (3)
System\Windows\Controls\AccessText.cs (3)
494if (_textContainer == null) 496return _textContainer; 514_textBlock.SetTextContainer(_textContainer);