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