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