1 write to ActivityDelegates
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
91this.ActivityDelegates = new ObservableCollection<ActivityDelegateInfo>();
3 references to ActivityDelegates
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (3)
89if (this.ActivityDelegates == null) 95this.ActivityDelegates.Clear(); 104this.ActivityDelegates.Add(entry);