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