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());
1337
XamlType paramXamlType = context.
GetXamlType
(cstrParams[i++].ParameterType);
1433
var valueXamlType = context.
GetXamlType
(valueType);
1875
XamlType owningType = context.
GetXamlType
(ap.Key.DeclaringType);
1935
XamlType valueType = context.
GetXamlType
(value.GetType());
2518
string ns =
GetXamlType
(obj.GetType()).PreferredXamlNamespace;
2651
XamlType result =
GetXamlType
(clrType);
2704
XamlType valueXamlType = context.
GetXamlType
(value.GetType());
2746
XamlType type =
GetXamlType
(objectToName.GetType());