4 references to SetBinding
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
74this.text.SetBinding(TextBlock.TextProperty, "HintText");
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
86hintTextGrid.SetBinding(Grid.MinHeightProperty, "MinHeight"); 87hintTextGrid.SetBinding(Grid.MinWidthProperty, "MinWidth"); 90text.SetBinding(TextBlock.TextProperty, "HintText");