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