7 references to GetXamlType
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
373
XamlType rootType =
GetXamlType
(_rootObjectInstance.GetType());
777
XamlType valueXamlType =
GetXamlType
(value.GetType());
789
XamlType valueXamlType =
GetXamlType
(value.GetType());
1199
XamlType instType =
GetXamlType
(inst.GetType());
1746
ctx.CurrentType =
GetXamlType
(value.GetType());
1824
currentType = value is null ? collectionType.ItemType :
GetXamlType
(value.GetType());
2638
pendingAdd.ItemType = (item is not null) ?
GetXamlType
(item.GetType()) : null;