1 instantiation of PendingCollectionAdd
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1974PendingCollectionAdd pendingAdd = new PendingCollectionAdd
12 references to PendingCollectionAdd
System.Xaml (12)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (12)
35private Dictionary<object, List<PendingCollectionAdd>> _pendingCollectionAdds; 214private Dictionary<object, List<PendingCollectionAdd>> PendingCollectionAdds 219_pendingCollectionAdds = new Dictionary<object, List<PendingCollectionAdd>>(); 1940List<PendingCollectionAdd> pendingCollection = null; 1954pendingCollection = new List<PendingCollectionAdd>(); 1974PendingCollectionAdd pendingAdd = new PendingCollectionAdd 2622List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2623PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2632List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2633PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2644List<PendingCollectionAdd> pendingCollection; 2647foreach (PendingCollectionAdd pendingAdd in pendingCollection)