20 references to CurrentLine
PresentationCore (20)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (20)
486
Debug.Assert(Draw.
CurrentLine
.FullTextState != null);
488
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
489
formatter = Draw.
CurrentLine
.Formatter;
661
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
725
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
927
TextMetrics.FullTextLine currentLine = Draw.
CurrentLine
;
992
lsrun = Draw.
CurrentLine
.GetRun(plsrun);
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
;
3209
charWidths = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.
CurrentLine
.PixelsPerDip), cchText);
3213
charWidths[i] = textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip);
3227
Draw.
CurrentLine
.PixelsPerDip,
3237
charWidths.Add(textFormatterImp.IdealToReal(piCharAdvances[i], Draw.
CurrentLine
.PixelsPerDip));