1 write to _textAnalyzer
PresentationCore (1)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
768
_textAnalyzer
= DWriteFactory.Instance.CreateTextAnalyzer();
2 references to _textAnalyzer
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
766
if (
_textAnalyzer
== null)
771
return
_textAnalyzer
;