2 references to HintTextProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
337get { return (string)GetValue(HintTextProperty); } 338set { SetValue(HintTextProperty, value); }