4 references to Vertical
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
218return IsScrollBarVertical(_hwnd, _sbFlag) ? OrientationType.Vertical : OrientationType.Horizontal;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
90return IsVerticalSlider() ? OrientationType.Vertical : OrientationType.Horizontal;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
193return Misc.IsBitSet(WindowStyle, NativeMethods.HDS_VERT) ? OrientationType.Vertical : OrientationType.Horizontal;
MS\Internal\AutomationProxies\WindowsTab.cs (1)
150return IsVerticalTab() ? OrientationType.Vertical : OrientationType.Horizontal;