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