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