2 writes to Item
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1924
Item
= value,
2560
pendingAdd.
Item
= item;
6 references to Item
System.Xaml (6)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (6)
2559
Debug.Assert(pendingAdd.
Item
== token);
2584
pendingAdd.Key = GetKeyFromInstance(pendingAdd.
Item
, itemType, pendingAdd);
2594
ctx.CurrentInstance = pendingAdd.
Item
;
2596
Logic_AddToParentDictionary(ctx, pendingAdd.Key, pendingAdd.
Item
);
2600
Runtime.AddToDictionary(instance, instanceType, pendingAdd.
Item
, itemType, pendingAdd.Key);
2605
Runtime.Add(instance, instanceType, pendingAdd.
Item
, pendingAdd.ItemType);