1 write to _textAnalyzer
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
827
_textAnalyzer
= DWriteFactory.Instance.CreateTextAnalyzer();
2 references to _textAnalyzer
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
825
if (
_textAnalyzer
== null)
830
return
_textAnalyzer
;