3 references to GenericArguments
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
1269this.kvpairType = typeof(KeyValuePair<,>).MakeGenericType(this.GenericArguments); 1282this.itemType = typeof(ModelItemKeyValuePair<,>).MakeGenericType(this.GenericArguments); 1307this.propertyType = typeof(DictionaryItemsCollection<,>).MakeGenericType(this.GenericArguments);