4 instantiations of FullTextLine
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
755FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
533TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
265textLine = new TextMetrics.FullTextLine( 333TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(
20 references to FullTextLine
PresentationCore (20)
MS\Internal\TextFormatting\DrawingState.cs (3)
26private TextMetrics.FullTextLine _currentLine; // full text line currently formatted 41TextMetrics.FullTextLine currentLine 156internal TextMetrics.FullTextLine CurrentLine
MS\Internal\TextFormatting\FullTextLine.cs (1)
755FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
956TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1065TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1216TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1457TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1825TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2464TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2643TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2749TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3028TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3188TextMetrics.FullTextLine currentLine = Draw.CurrentLine;
MS\Internal\TextFormatting\LineServicesRun.cs (4)
321TextMetrics.FullTextLine line 354TextMetrics.FullTextLine line 387TextMetrics.FullTextLine line, 417TextMetrics.FullTextLine line
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
533TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
333TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(