14 references to NameProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
111else if (idProp == AutomationElement.NameProperty)
MS\Internal\Automation\Schema.cs (2)
274new AutomationPropertyInfo( null, AutomationElement.NameProperty, typeof(string), "" ), 385AutomationElement.NameProperty,
System\Windows\Automation\AutomationElement.cs (1)
1394public string Name { get { return (string) _el.GetPatternPropertyValue(NameProperty, _useCache); } }
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
203MaybeFirePropertyChangeEvent(null, AutomationElement.NameProperty, eventTable, hwnd, idObject, idChild, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
897else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
157else if (idProp == AutomationElement.NameProperty) 208object name = GetElementProperty(AutomationElement.NameProperty); 354else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
195else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
147if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
194else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
350if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
135else if (idProp == AutomationElement.NameProperty)