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