1 write to Height
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2389lsrun.Height = pobjDim.heightsRef.dvMultiLineHeight;
9 references to Height
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2025_metrics._baselineOffset - lsrun.BaselineOffset + lsrun.BaselineMoveOffset + lsrun.Height
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
417if (lsrun.Height > 0) 420lstTextMetrics.dvMultiLineHeight = lsrun.Height;
MS\Internal\TextFormatting\LineServicesRun.cs (1)
517get { return Height - BaselineOffset; }
MS\Internal\TextFormatting\TextStore.cs (5)
1978textBottom = Math.Max(textBottom, lsrun.Height + top); 1982textBottom = Math.Max(textBottom, lsrun.Height + textTop); 2014move = bottom - lsrun.Height + lsrun.BaselineOffset; 2024move = textBottom - lsrun.Height + lsrun.BaselineOffset; 2029move = center - lsrun.Height/2 + lsrun.BaselineOffset;