14 references to NameProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
128else if (idProp == AutomationElement.NameProperty)
MS\Internal\Automation\Schema.cs (2)
261new AutomationPropertyInfo( null, AutomationElement.NameProperty, typeof(string), "" ), 370AutomationElement.NameProperty,
System\Windows\Automation\AutomationElement.cs (1)
1495public string Name { get { return (string) _el.GetPatternPropertyValue(NameProperty, _useCache); } }
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
217MaybeFirePropertyChangeEvent(null, AutomationElement.NameProperty, eventTable, hwnd, idObject, idChild, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
923else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
178else if (idProp == AutomationElement.NameProperty) 231object name = GetElementProperty(AutomationElement.NameProperty); 377else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
211else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
165if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
213else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
367if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
152else if (idProp == AutomationElement.NameProperty)