4 writes to importedDelegates
System.Activities (4)
System\Activities\Activity.cs (4)
670
this.
importedDelegates
= importedDelegates;
677
this.
importedDelegates
= new Collection<ActivityDelegate>();
1077
this.
importedDelegates
= null;
1185
this.
importedDelegates
= emptyDelegates;
4 references to importedDelegates
System.Activities (4)
System\Activities\Activity.cs (4)
403
return this.
importedDelegates
;
675
if (this.
importedDelegates
== null)
680
this.
importedDelegates
.Add(importedDelegate);
1183
if (this.
importedDelegates
== null)