7 references to OrientationProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
292new AutomationPropertyInfo( convertToOrientationType, AutomationElement.OrientationProperty, typeof(OrientationType), OrientationType.None ), 398AutomationElement.OrientationProperty,
System\Windows\Automation\AutomationElement.cs (1)
1448public OrientationType Orientation { get { return (OrientationType) _el.GetPatternPropertyValue(OrientationProperty, _useCache); } }
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
216else if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
88if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
191if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
148else if (idProp == AutomationElement.OrientationProperty)