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