4 references to TypeName
System (1)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
857Type specificType = Type.GetType(sta.TypeName);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
413reflectType = Type.GetType(a.TypeName);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
413reflectType = Type.GetType(a.TypeName);
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
496Type providerType = Type.GetType(pa.TypeName);