7 references to AddToDictionary
System.Activities (7)
System\Activities\Validation\ValidationHelper.cs (7)
359this.AddToDictionary(ref this.equivalentGroupsDictionary, group1, group2); 362this.AddToDictionary(ref this.equivalentGroupsDictionary, group2, group1); 367this.AddToDictionary(ref this.supersetOfGroupsDictionary, group1, group2); 373this.AddToDictionary(ref this.overlappingGroupsDictionary, group1, group2); 376this.AddToDictionary(ref this.overlappingGroupsDictionary, group2, group1); 382this.AddToDictionary(ref this.disjointGroupsDictionary, group1, group2); 385this.AddToDictionary(ref this.disjointGroupsDictionary, group2, group1);