5 references to HelpTextProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (2)
262AutomationProperties.SetHelpText(link, (String)this.GetValue(HelpTextProperty)); 314AutomationProperties.SetHelpText(image, (String)this.GetValue(HelpTextProperty));
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
1474_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1576fElement.SetValue(FixedElement.HelpTextProperty, image.HelpText); 1776_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));