10 references to GetXamlType
System.Xaml (10)
System\Xaml\XamlObjectReader.cs (10)
447actualKeyType = context.GetXamlType(entry.Key.GetType()); 481XamlType typeOfValue = context.GetXamlType(entry.Value.GetType()); 1340XamlType paramXamlType = context.GetXamlType(cstrParams[i++].ParameterType); 1434var valueXamlType = context.GetXamlType(valueType); 1871XamlType owningType = context.GetXamlType(ap.Key.DeclaringType); 1931XamlType valueType = context.GetXamlType(value.GetType()); 2509string ns = GetXamlType(obj.GetType()).PreferredXamlNamespace; 2640XamlType result = GetXamlType(clrType); 2691XamlType valueXamlType = context.GetXamlType(value.GetType()); 2733XamlType type = GetXamlType(objectToName.GetType());