2 writes to ItemType
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1979ItemType = ctx.CurrentType, 2637pendingAdd.ItemType = (item is not null) ? GetXamlType(item.GetType()) : null;
2 references to ItemType
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2648XamlType itemType = pendingAdd.ItemType ?? instanceType.ItemType; 2680Runtime.Add(instance, instanceType, pendingAdd.Item, pendingAdd.ItemType);