8 references to GenericTypeMapping
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (8)
111if (this.GenericTypeMapping != null) 113foreach (TypeKeyValue tkv in this.GenericTypeMapping) 123if (this.GenericTypeMapping != null) 125foreach (TypeKeyValue tkv in this.GenericTypeMapping) 186this.GenericTypeMapping.Add(tkv); 278Type[] arguments = new Type[this.GenericTypeMapping.Count]; 281for (int i = 0; i < this.GenericTypeMapping.Count && isValid; ++i) 283arguments[i] = this.GenericTypeMapping[i].GetConcreteType();