1 instantiation of PendingCollectionAdd
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1973PendingCollectionAdd pendingAdd = new PendingCollectionAdd
12 references to PendingCollectionAdd
System.Xaml (12)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (12)
34private Dictionary<object, List<PendingCollectionAdd>> _pendingCollectionAdds; 213private Dictionary<object, List<PendingCollectionAdd>> PendingCollectionAdds 218_pendingCollectionAdds = new Dictionary<object, List<PendingCollectionAdd>>(); 1939List<PendingCollectionAdd> pendingCollection = null; 1953pendingCollection = new List<PendingCollectionAdd>(); 1973PendingCollectionAdd pendingAdd = new PendingCollectionAdd 2621List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2622PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2631List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2632PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2643List<PendingCollectionAdd> pendingCollection; 2646foreach (PendingCollectionAdd pendingAdd in pendingCollection)