1 instantiation of MetadataType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
598reflectionType = new MetadataType(baseReflectionType, _tables, this);
8 references to MetadataType
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (8)
303if (parentDescriptor != null && !(reflectType is MetadataType)) 541if (objectType is MetadataType) return objectType; 1803private MetadataType _type; 1806internal MetadataPropertyInfo(PropertyInfo info, MetadataType type) 1876private MetadataType _type; 1879internal MetadataEventInfo(EventInfo info, MetadataType type) 1938private MetadataType _type; 1941internal MetadataMethodInfo(MethodInfo info, MetadataType type)