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