2 references to GetGenericInterface
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
113Type genericICollection = GetGenericInterface(type, typeof(ICollection<>), out hasMoreThanOneICollection); 178Type genericIDictionary = GetGenericInterface(type, typeof(IDictionary<,>), out hasMoreThanOneIDictionary);