20 references to CurrentLine
PresentationCore (20)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (20)
498
Debug.Assert(Draw.
CurrentLine
.FullTextState != null);
500
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
501
formatter = Draw.
CurrentLine
.Formatter;
671
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
735
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
937
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1002
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
1046
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1197
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1438
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1806
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2445
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2624
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2730
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3009
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3169
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3215
charWidths = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.
CurrentLine
.PixelsPerDip), cchText);
3219
charWidths[i] = textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip);
3233
Draw.
CurrentLine
.PixelsPerDip,
3243
charWidths.Add(textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip));