10 references to GetXamlType
System.Xaml (10)
System\Xaml\XamlObjectReader.cs (10)
443actualKeyType = context.GetXamlType(entry.Key.GetType()); 477XamlType typeOfValue = context.GetXamlType(entry.Value.GetType()); 1338XamlType paramXamlType = context.GetXamlType(cstrParams[i++].ParameterType); 1434var valueXamlType = context.GetXamlType(valueType); 1876XamlType owningType = context.GetXamlType(ap.Key.DeclaringType); 1936XamlType valueType = context.GetXamlType(value.GetType()); 2519string ns = GetXamlType(obj.GetType()).PreferredXamlNamespace; 2652XamlType result = GetXamlType(clrType); 2705XamlType valueXamlType = context.GetXamlType(value.GetType()); 2747XamlType type = GetXamlType(objectToName.GetType());