5 references to HelpTextProperty
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (2)
252AutomationProperties.SetHelpText(link, (String)this.GetValue(HelpTextProperty)); 305AutomationProperties.SetHelpText(image, (String)this.GetValue(HelpTextProperty));
System\Windows\Documents\FixedTextBuilder.cs (3)
1435_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1536fElement.SetValue(FixedElement.HelpTextProperty, image.HelpText); 1735_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));