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