4 references to GetType
PresentationFramework (4)
System\Windows\Markup\BamlWriter.cs (4)
207Type elementType = GetType(assemblyName, typeFullName); 861typeConverter = GetType(typeConverterAssemblyName, typeConverterName); 1194ownerType = GetType(assemblyName, ownerTypeFullName); 1245ownerType = GetType(assemblyName, ownerTypeFullName);