5 references to HelpTextProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (2)
253AutomationProperties.SetHelpText(link, (String)this.GetValue(HelpTextProperty)); 306AutomationProperties.SetHelpText(image, (String)this.GetValue(HelpTextProperty));
System\Windows\Documents\FixedTextBuilder.cs (3)
1439_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1540fElement.SetValue(FixedElement.HelpTextProperty, image.HelpText); 1739_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));