6 references to HelpTextProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
269
new AutomationPropertyInfo( null, AutomationElement.
HelpTextProperty
, typeof(string), "" ),
378
AutomationElement.
HelpTextProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1516
public string HelpText { get { return (string) _el.GetPatternPropertyValue(
HelpTextProperty
, _useCache); } }
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
246
MaybeFirePropertyChangeEvent(null, AutomationElement.
HelpTextProperty
, eventTable, hwnd, idObject, idChild, true);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
940
else if (idProp == AutomationElement.
HelpTextProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
270
else if (idProp == AutomationElement.
HelpTextProperty
)