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