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)
1449public OrientationType Orientation { get { return (OrientationType) _el.GetPatternPropertyValue(OrientationProperty, _useCache); } }
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
220else if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
89if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
195if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
152else if (idProp == AutomationElement.OrientationProperty)