4 instantiations of FullTextLine
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
741FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
523TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
241textLine = new TextMetrics.FullTextLine( 309TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(
20 references to FullTextLine
PresentationCore (20)
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\FullTextLine.cs (1)
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 (1)
523TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
309TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(