6 references to HelpTextProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
282
new AutomationPropertyInfo( null, AutomationElement.
HelpTextProperty
, typeof(string), "" ),
393
AutomationElement.
HelpTextProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1416
public string HelpText { get { return (string) _el.GetPatternPropertyValue(
HelpTextProperty
, _useCache); } }
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
232
MaybeFirePropertyChangeEvent(null, AutomationElement.
HelpTextProperty
, eventTable, hwnd, idObject, idChild, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
915
else if (idProp == AutomationElement.
HelpTextProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
253
else if (idProp == AutomationElement.
HelpTextProperty
)