4 instantiations of FullTextLine
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (1)
740FullTextLine 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)
740FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
937TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1046TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1197TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1438TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 1806TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2445TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2624TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 2730TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3009TextMetrics.FullTextLine currentLine = Draw.CurrentLine; 3169TextMetrics.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(