1 write to _textFormatterDisplay
PresentationFramework (1)
System\Windows\Controls\TextBlock.cs (1)
2680
_textFormatterDisplay
= System.Windows.Media.TextFormatting.TextFormatter.FromCurrentDispatcher(textFormattingMode);
2 references to _textFormatterDisplay
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
2678
if (
_textFormatterDisplay
== null)
2682
return
_textFormatterDisplay
;