3 references to GetXamlTypeFromString
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\AttributeData.cs (2)
150XamlType arrayType = XamlBuildTaskServices.GetXamlTypeFromString(xamlArrayReader.Value as string, namespaceTable, xamlArrayReader.SchemaContext); 295XamlType xamlType = XamlBuildTaskServices.GetXamlTypeFromString(paramValue, namespaceTable, schemaContext);
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
503return XamlBuildTaskServices.GetXamlTypeFromString((string)xamlReader.Value, this.namespaceTable, xamlReader.SchemaContext);