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