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