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