7 references to Formatter
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
230_metrics._formatter = fullText.Formatter;
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (1)
175return Formatter.TextFormattingMode;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
542formatter = FullText.Formatter; 1751FullText.Formatter.TextAnalyzer.GetGlyphs( 1840FullText.Formatter.TextAnalyzer.GetGlyphPlacements( 2543TextFormatterImp formatter = FullText.Formatter;
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
148_formatter = fullText.Formatter;