20 references to CurrentLine
PresentationCore (20)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (20)
487
Debug.Assert(Draw.
CurrentLine
.FullTextState != null);
489
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
490
formatter = Draw.
CurrentLine
.Formatter;
662
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
726
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
928
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
993
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
1037
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1188
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1429
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
1797
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2440
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2619
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
2725
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3004
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3164
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
3210
charWidths = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.
CurrentLine
.PixelsPerDip), cchText);
3214
charWidths[i] = textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip);
3228
Draw.
CurrentLine
.PixelsPerDip,
3238
charWidths.Add(textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip));