5 references to HelpTextProperty
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (2)
262
AutomationProperties.SetHelpText(link, (String)this.GetValue(
HelpTextProperty
));
314
AutomationProperties.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)));
1576
fElement.SetValue(FixedElement.
HelpTextProperty
, image.HelpText);
1776
_currentFixedElement.SetValue(FixedElement.
HelpTextProperty
, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));