2 references to ConvertXamlTypeToString
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1793
string typestring = context.
ConvertXamlTypeToString
(context.LocalAssemblyAwareGetXamlType(type));
1829
XamlNode = new XamlNode(XamlNodeType.Value, context.
ConvertXamlTypeToString
(elementType))