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