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