1 write to Height
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2575
lsrun.
Height
= pobjDim.heightsRef.dvMultiLineHeight;
9 references to Height
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2075
_metrics._baselineOffset - lsrun.BaselineOffset + lsrun.BaselineMoveOffset + lsrun.
Height
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
484
if (lsrun.
Height
> 0)
487
lstTextMetrics.dvMultiLineHeight = lsrun.
Height
;
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
547
get { return
Height
- BaselineOffset; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
2002
textBottom = Math.Max(textBottom, lsrun.
Height
+ top);
2006
textBottom = Math.Max(textBottom, lsrun.
Height
+ textTop);
2038
move = bottom - lsrun.
Height
+ lsrun.BaselineOffset;
2048
move = textBottom - lsrun.
Height
+ lsrun.BaselineOffset;
2053
move = center - lsrun.
Height
/2 + lsrun.BaselineOffset;