2 references to IsHorizontal
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
544if (IsHorizontal(_hwnd) && Misc.IsLayoutRTL(_hwnd)) 586bool fHorz = IsHorizontal(hwnd);