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