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