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