5 references to Add
System.Activities (5)
System\Activities\Activity.cs (5)
1477Add<RuntimeArgument>(ref this.arguments, argument); 1486Add<Variable>(ref this.variables, variable); 1493Add<Activity>(ref this.children, workflowElement); 1499Add<ActivityDelegate>(ref this.delegates, activityDelegate); 1651Add<T>(ref list, (T)obj);