1 write to Height
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2390lsrun.Height = pobjDim.heightsRef.dvMultiLineHeight;
9 references to Height
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2026_metrics._baselineOffset - lsrun.BaselineOffset + lsrun.BaselineMoveOffset + lsrun.Height
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
418if (lsrun.Height > 0) 421lstTextMetrics.dvMultiLineHeight = lsrun.Height;
MS\Internal\TextFormatting\LineServicesRun.cs (1)
518get { return Height - BaselineOffset; }
MS\Internal\TextFormatting\TextStore.cs (5)
1979textBottom = Math.Max(textBottom, lsrun.Height + top); 1983textBottom = Math.Max(textBottom, lsrun.Height + textTop); 2015move = bottom - lsrun.Height + lsrun.BaselineOffset; 2025move = textBottom - lsrun.Height + lsrun.BaselineOffset; 2030move = center - lsrun.Height/2 + lsrun.BaselineOffset;