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()); 1335XamlType paramXamlType = context.GetXamlType(cstrParams[i++].ParameterType); 1429var valueXamlType = context.GetXamlType(valueType); 1866XamlType owningType = context.GetXamlType(ap.Key.DeclaringType); 1926XamlType valueType = context.GetXamlType(value.GetType()); 2504string ns = GetXamlType(obj.GetType()).PreferredXamlNamespace; 2635XamlType result = GetXamlType(clrType); 2686XamlType valueXamlType = context.GetXamlType(value.GetType()); 2728XamlType type = GetXamlType(objectToName.GetType());