1 write to ElementType
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (1)
85ElementType = CollectionServices.GetEnumerableElementType(type);
3 references to ElementType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\ReflectionModel\ImportingItem.cs (1)
51Type elementType = ImportType.ElementType ?? typeof(object);
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
86if (ElementType != null) 88return ElementType;