2 references to IsHorizontal
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
527if (IsHorizontal(_hwnd) && Misc.IsLayoutRTL(_hwnd)) 569bool fHorz = IsHorizontal(hwnd);