7 references to GetXamlType
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
367
XamlType rootType =
GetXamlType
(_rootObjectInstance.GetType());
761
XamlType valueXamlType =
GetXamlType
(value.GetType());
772
XamlType valueXamlType =
GetXamlType
(value.GetType());
1170
XamlType instType =
GetXamlType
(inst.GetType());
1704
ctx.CurrentType =
GetXamlType
(value.GetType());
1780
currentType = value == null ? collectionType.ItemType :
GetXamlType
(value.GetType());
2565
pendingAdd.ItemType = (item != null) ?
GetXamlType
(item.GetType()) : null;