14 references to NameProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
112else 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)
1395public string Name { get { return (string) _el.GetPatternPropertyValue(NameProperty, _useCache); } }
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
204MaybeFirePropertyChangeEvent(null, AutomationElement.NameProperty, eventTable, hwnd, idObject, idChild, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
898else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
159else if (idProp == AutomationElement.NameProperty) 210object name = GetElementProperty(AutomationElement.NameProperty); 356else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
196else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
148if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
195else if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
351if (idProp == AutomationElement.NameProperty)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
136else if (idProp == AutomationElement.NameProperty)