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