4 instantiations of FullTextLine
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
742FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
524TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
242textLine = new TextMetrics.FullTextLine( 310TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(
20 references to FullTextLine
PresentationCore (20)
MS\Internal\TextFormatting\DrawingState.cs (3)
24private TextMetrics.FullTextLine _currentLine; // full text line currently formatted 39TextMetrics.FullTextLine currentLine 154internal TextMetrics.FullTextLine CurrentLine
MS\Internal\TextFormatting\FullTextLine.cs (1)
742FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
928TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1037TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1188TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1429TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1797TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2440TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2619TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2725TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3004TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3164TextMetrics.FullTextLine currentLine = Draw.CurrentLine;
MS\Internal\TextFormatting\LineServicesRun.cs (4)
307TextMetrics.FullTextLine line 340TextMetrics.FullTextLine line 373TextMetrics.FullTextLine line, 403TextMetrics.FullTextLine line
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
524TextMetrics.FullTextLine textLine = new TextMetrics.FullTextLine(
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
310TextMetrics.FullTextLine line = new TextMetrics.FullTextLine(