2 writes to Item
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1926
Item
= value,
2562
pendingAdd.
Item
= item;
6 references to Item
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
2561
Debug.Assert(pendingAdd.
Item
== token);
2586
pendingAdd.Key = GetKeyFromInstance(pendingAdd.
Item
, itemType, pendingAdd);
2596
ctx.CurrentInstance = pendingAdd.
Item
;
2598
Logic_AddToParentDictionary(ctx, pendingAdd.Key, pendingAdd.
Item
);
2602
Runtime.AddToDictionary(instance, instanceType, pendingAdd.
Item
, itemType, pendingAdd.Key);
2607
Runtime.Add(instance, instanceType, pendingAdd.
Item
, pendingAdd.ItemType);