7 references to GenericTypeMapping
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (7)
70GenericTypeMapping.CollectionChanged += new System.Collections.Specialized.NotifyCollectionChangedEventHandler(GenericTypeMappingCollectionChanged); 211this.HasGenericTypes = GenericTypeMapping.Count > 0 ? true : false; 248Type[] arguments = new Type[this.GenericTypeMapping.Count]; 251for (int i = 0; i < this.GenericTypeMapping.Count && isValid; ++i) 253arguments[i] = this.GenericTypeMapping[i].GetConcreteType(); 410GenericTypeMapping.Clear(); 422this.GenericTypeMapping.Add(new TypeKeyValue(t, null));