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