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