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