1 write to _textFormatterIdeal
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2777
_textFormatterIdeal
= System.Windows.Media.TextFormatting.TextFormatter.FromCurrentDispatcher(textFormattingMode);
2 references to _textFormatterIdeal
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2775
if (
_textFormatterIdeal
== null)
2779
return
_textFormatterIdeal
;