1 write to Height
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2414lsrun.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)
448if (lsrun.Height > 0) 451lstTextMetrics.dvMultiLineHeight = lsrun.Height;
MS\Internal\TextFormatting\LineServicesRun.cs (1)
532get { return Height - BaselineOffset; }
MS\Internal\TextFormatting\TextStore.cs (5)
1994textBottom = Math.Max(textBottom, lsrun.Height + top); 1998textBottom = Math.Max(textBottom, lsrun.Height + textTop); 2030move = bottom - lsrun.Height + lsrun.BaselineOffset; 2040move = textBottom - lsrun.Height + lsrun.BaselineOffset; 2045move = center - lsrun.Height/2 + lsrun.BaselineOffset;