10 references to GetXamlType
System.Xaml (10)
System\Xaml\XamlObjectReader.cs (10)
442actualKeyType = context.GetXamlType(entry.Key.GetType()); 476XamlType typeOfValue = context.GetXamlType(entry.Value.GetType()); 1337XamlType paramXamlType = context.GetXamlType(cstrParams[i++].ParameterType); 1433var valueXamlType = context.GetXamlType(valueType); 1875XamlType owningType = context.GetXamlType(ap.Key.DeclaringType); 1935XamlType valueType = context.GetXamlType(value.GetType()); 2518string ns = GetXamlType(obj.GetType()).PreferredXamlNamespace; 2651XamlType result = GetXamlType(clrType); 2704XamlType valueXamlType = context.GetXamlType(value.GetType()); 2746XamlType type = GetXamlType(objectToName.GetType());