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