10 references to GetXamlType
System.Xaml (10)
System\Xaml\XamlObjectReader.cs (10)
442
actualKeyType = context.
GetXamlType
(entry.Key.GetType());
476
XamlType typeOfValue = context.
GetXamlType
(entry.Value.GetType());
1335
XamlType paramXamlType = context.
GetXamlType
(cstrParams[i++].ParameterType);
1429
var valueXamlType = context.
GetXamlType
(valueType);
1866
XamlType owningType = context.
GetXamlType
(ap.Key.DeclaringType);
1926
XamlType valueType = context.
GetXamlType
(value.GetType());
2504
string ns =
GetXamlType
(obj.GetType()).PreferredXamlNamespace;
2635
XamlType result =
GetXamlType
(clrType);
2686
XamlType valueXamlType = context.
GetXamlType
(value.GetType());
2728
XamlType type =
GetXamlType
(objectToName.GetType());