2 writes to Item
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1978
Item
= value,
2634
pendingAdd.
Item
= item;
6 references to Item
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
2633
Debug.Assert(pendingAdd.
Item
== token);
2658
pendingAdd.Key = GetKeyFromInstance(pendingAdd.
Item
, itemType, pendingAdd);
2669
ctx.CurrentInstance = pendingAdd.
Item
;
2671
Logic_AddToParentDictionary(ctx, pendingAdd.Key, pendingAdd.
Item
);
2675
Runtime.AddToDictionary(instance, instanceType, pendingAdd.
Item
, itemType, pendingAdd.Key);
2680
Runtime.Add(instance, instanceType, pendingAdd.
Item
, pendingAdd.ItemType);