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