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