3 references to DelegateInfo
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegateInfoPresenter.xaml.cs (3)
44
if (this.
DelegateInfo
!= null)
46
Binding binding = new Binding(this.
DelegateInfo
.PropertyName);
47
binding.Source = this.
DelegateInfo
.ModelItem;