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