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