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