1 write to _textFormatterDisplay
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2769
_textFormatterDisplay
= System.Windows.Media.TextFormatting.TextFormatter.FromCurrentDispatcher(textFormattingMode);
2 references to _textFormatterDisplay
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2767
if (
_textFormatterDisplay
== null)
2771
return
_textFormatterDisplay
;