4 writes to implementationDelegates
System.Activities (4)
System\Activities\Activity.cs (4)
655this.implementationDelegates = implementationDelegates; 662this.implementationDelegates = new Collection<ActivityDelegate>(); 1076this.implementationDelegates = null; 1190this.implementationDelegates = emptyDelegates;
4 references to implementationDelegates
System.Activities (4)
System\Activities\Activity.cs (4)
395return this.implementationDelegates; 660if (this.implementationDelegates == null) 665this.implementationDelegates.Add(implementationDelegate); 1188if (this.implementationDelegates == null)