4 references to GetType
PresentationFramework (4)
System\Windows\Markup\BamlWriter.cs (4)
222Type elementType = GetType(assemblyName, typeFullName); 874typeConverter = GetType(typeConverterAssemblyName, typeConverterName); 1207ownerType = GetType(assemblyName, ownerTypeFullName); 1258ownerType = GetType(assemblyName, ownerTypeFullName);