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