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