1 write to _textBlock
PresentationFramework (1)
src\Framework\System\Windows\Controls\AccessText.cs (1)
514_textBlock = new TextBlock();
5 references to _textBlock
PresentationFramework (5)
src\Framework\System\Windows\Controls\AccessText.cs (5)
471if (_textBlock == null) 473return _textBlock; 515AddVisualChild(_textBlock); 516_textBlock.IsContentPresenterContainer = true; 517_textBlock.SetTextContainer(_textContainer);