7 references to HelpTextProperty
PresentationCore (2)
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (2)
108element.SetValue(HelpTextProperty, value); 121return ((string)element.GetValue(HelpTextProperty));
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
129AutomationProperties.HelpTextProperty.AddOwner(
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1474_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (hyperlink.UIElement.GetValue(AutomationProperties.HelpTextProperty))); 1776_currentFixedElement.SetValue(FixedElement.HelpTextProperty, (String) (uiElement.GetValue(AutomationProperties.HelpTextProperty)));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
823BindingOperations.SetBinding(toggleButton, AutomationProperties.HelpTextProperty, toggleButtonHelpTextBinding);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1352this.SetValue(AutomationProperties.HelpTextProperty, hint);