2 references to CalcLineAdvance
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
2271
_lineHeight = lineProperties.
CalcLineAdvance
(line.Height);
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3192
return lineProperties.
CalcLineAdvance
(lineHeight);