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