7 references to OrientationProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
279new AutomationPropertyInfo( convertToOrientationType, AutomationElement.OrientationProperty, typeof(OrientationType), OrientationType.None ), 383AutomationElement.OrientationProperty,
System\Windows\Automation\AutomationElement.cs (1)
1549public OrientationType Orientation { get { return (OrientationType) _el.GetPatternPropertyValue(OrientationProperty, _useCache); } }
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
234else if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
105if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
207if (idProp == AutomationElement.OrientationProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
152else if (idProp == AutomationElement.OrientationProperty)