5 references to HelpTextProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (2)
257AutomationProperties.SetHelpText(link, (String)this.GetValue(HelpTextProperty)); 308AutomationProperties.SetHelpText(image, (String)this.GetValue(HelpTextProperty));
System\Windows\Documents\FixedTextBuilder.cs (3)
1445_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1547fElement.SetValue(FixedElement.HelpTextProperty, image.HelpText); 1744_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));