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