1 instantiation of MetadataType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
598
reflectionType = 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)
303
if (parentDescriptor != null && !(reflectType is
MetadataType
))
541
if (objectType is
MetadataType
) return objectType;
1803
private
MetadataType
_type;
1806
internal MetadataPropertyInfo(PropertyInfo info,
MetadataType
type)
1876
private
MetadataType
_type;
1879
internal MetadataEventInfo(EventInfo info,
MetadataType
type)
1938
private
MetadataType
_type;
1941
internal MetadataMethodInfo(MethodInfo info,
MetadataType
type)