2 instantiations of TextMetrics
PresentationCore (2)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
177_metrics = new TextMetrics();
MS\Internal\TextFormatting\FullTextLine.cs (1)
163_metrics = new TextMetrics
25 references to TextMetrics
PresentationCore (25)
MS\Internal\TextFormatting\DrawingState.cs (3)
23private TextMetrics.FullTextLine _currentLine; // full text line currently formatted 38TextMetrics.FullTextLine currentLine 150internal TextMetrics.FullTextLine CurrentLine
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
16private TextMetrics _metrics; // full text metrics
MS\Internal\TextFormatting\FullTextLine.cs (2)
31private TextMetrics _metrics; // Text metrics 741FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
927TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1036TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1187TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1428TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1796TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2439TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2618TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2724TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3003TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3163TextMetrics.FullTextLine currentLine = Draw.CurrentLine;
MS\Internal\TextFormatting\LineServicesRun.cs (4)
306TextMetrics.FullTextLine line 339TextMetrics.FullTextLine line 372TextMetrics.FullTextLine line, 402TextMetrics.FullTextLine line
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
523TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (3)
241textLine = new TextMetrics.FullTextLine( 309TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(