1 write to _textBlock
PresentationFramework (1)
System\Windows\Controls\AccessText.cs (1)
511_textBlock = new TextBlock();
5 references to _textBlock
PresentationFramework (5)
System\Windows\Controls\AccessText.cs (5)
468if (_textBlock == null) 470return _textBlock; 512AddVisualChild(_textBlock); 513_textBlock.IsContentPresenterContainer = true; 514_textBlock.SetTextContainer(_textContainer);