7 references to HelpTextProperty
PresentationCore (2)
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (2)
108
element.SetValue(
HelpTextProperty
, value);
121
return ((string)element.GetValue(
HelpTextProperty
));
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
129
AutomationProperties.
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)
823
BindingOperations.SetBinding(toggleButton, AutomationProperties.
HelpTextProperty
, toggleButtonHelpTextBinding);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
1352
this.SetValue(AutomationProperties.
HelpTextProperty
, hint);