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