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