7 references to GetXamlType
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
372
XamlType rootType =
GetXamlType
(_rootObjectInstance.GetType());
776
XamlType valueXamlType =
GetXamlType
(value.GetType());
788
XamlType valueXamlType =
GetXamlType
(value.GetType());
1198
XamlType instType =
GetXamlType
(inst.GetType());
1745
ctx.CurrentType =
GetXamlType
(value.GetType());
1823
currentType = value is null ? collectionType.ItemType :
GetXamlType
(value.GetType());
2637
pendingAdd.ItemType = (item is not null) ?
GetXamlType
(item.GetType()) : null;