4 references to LabeledByProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
287
new AutomationPropertyInfo( convertToElement, AutomationElement.
LabeledByProperty
, typeof(AutomationElement), null ),
394
AutomationElement.
LabeledByProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1425
public AutomationElement LabeledBy { get { return (AutomationElement) _el.GetPatternPropertyValue(
LabeledByProperty
, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
207
else if (idProp == AutomationElement.
LabeledByProperty
&& _fControlHasLabel)