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