1 write to Height
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2414
lsrun.
Height
= pobjDim.heightsRef.dvMultiLineHeight;
9 references to Height
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2039
_metrics._baselineOffset - lsrun.BaselineOffset + lsrun.BaselineMoveOffset + lsrun.
Height
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
448
if (lsrun.
Height
> 0)
451
lstTextMetrics.dvMultiLineHeight = lsrun.
Height
;
MS\Internal\TextFormatting\LineServicesRun.cs (1)
532
get { return
Height
- BaselineOffset; }
MS\Internal\TextFormatting\TextStore.cs (5)
1994
textBottom = Math.Max(textBottom, lsrun.
Height
+ top);
1998
textBottom = Math.Max(textBottom, lsrun.
Height
+ textTop);
2030
move = bottom - lsrun.
Height
+ lsrun.BaselineOffset;
2040
move = textBottom - lsrun.
Height
+ lsrun.BaselineOffset;
2045
move = center - lsrun.
Height
/2 + lsrun.BaselineOffset;