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