4 instantiations of FullTextLine
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
788
FullTextLine line = new TextMetrics.
FullTextLine
(_textFormattingMode, IsJustified, PixelsPerDip);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
540
TextMetrics.FullTextLine textLine = new TextMetrics.
FullTextLine
(
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
267
textLine = new TextMetrics.
FullTextLine
(
335
TextMetrics.FullTextLine line = new TextMetrics.
FullTextLine
(
20 references to FullTextLine
PresentationCore (20)
Core\CSharp\MS\Internal\TextFormatting\DrawingState.cs (3)
28
private TextMetrics.
FullTextLine
_currentLine; // full text line currently formatted
43
TextMetrics.
FullTextLine
currentLine
158
internal TextMetrics.
FullTextLine
CurrentLine
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
788
FullTextLine
line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (10)
1030
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
1148
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
1307
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
1553
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
1942
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
2629
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
2813
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
2924
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
3211
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
3376
TextMetrics.
FullTextLine
currentLine = Draw.CurrentLine;
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (4)
336
TextMetrics.
FullTextLine
line
369
TextMetrics.
FullTextLine
line
402
TextMetrics.
FullTextLine
line,
432
TextMetrics.
FullTextLine
line
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
540
TextMetrics.
FullTextLine
textLine = new TextMetrics.FullTextLine(
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
335
TextMetrics.
FullTextLine
line = new TextMetrics.FullTextLine(