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)
469
if (
_textBlock
== null)
471
return
_textBlock
;
513
AddVisualChild(
_textBlock
);
514
_textBlock
.IsContentPresenterContainer = true;
515
_textBlock
.SetTextContainer(_textContainer);