2 writes to ActivityDelegate
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (2)
157
this.
ActivityDelegate
= null;
169
this.
ActivityDelegate
= modelItem;
4 references to ActivityDelegate
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDelegatePresenter.cs (4)
130
if (this.
ActivityDelegate
!= null)
132
ActivityDelegateMetadata metadata = ActivityDelegateUtilities.GetMetadata(this.
ActivityDelegate
.ItemType);
136
this.Arguments.Add(this.
ActivityDelegate
.Properties[argument.Name].Value);
140
this.Handler = this.
ActivityDelegate
.Properties["Handler"].Value;