1 write to Height
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2575lsrun.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)
484if (lsrun.Height > 0) 487lstTextMetrics.dvMultiLineHeight = lsrun.Height;
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
547get { return Height - BaselineOffset; }
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
2002textBottom = Math.Max(textBottom, lsrun.Height + top); 2006textBottom = Math.Max(textBottom, lsrun.Height + textTop); 2038move = bottom - lsrun.Height + lsrun.BaselineOffset; 2048move = textBottom - lsrun.Height + lsrun.BaselineOffset; 2053move = center - lsrun.Height/2 + lsrun.BaselineOffset;