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