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