2 references to lfHeight
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
654
int height = Math.Abs(_provider.GetLogfont().
lfHeight
);;
776
return Math.Round((double)(-logfont.
lfHeight
) * 72 / lpy);