2 references to InternalHintTextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
253get { return (string)GetValue(InternalHintTextProperty); } 254set { SetValue(InternalHintTextProperty, value); }