1 instantiation of PendingCollectionAdd
System.Xaml (1)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (1)
1921PendingCollectionAdd pendingAdd = new PendingCollectionAdd
12 references to PendingCollectionAdd
System.Xaml (12)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (12)
38private Dictionary<object, List<PendingCollectionAdd>> _pendingCollectionAdds; 210private Dictionary<object, List<PendingCollectionAdd>> PendingCollectionAdds 215_pendingCollectionAdds = new Dictionary<object, List<PendingCollectionAdd>>(); 1891List<PendingCollectionAdd> pendingCollection = null; 1904pendingCollection = new List<PendingCollectionAdd>(); 1921PendingCollectionAdd pendingAdd = new PendingCollectionAdd 2549List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2550PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2559List<PendingCollectionAdd> pendingCollection = PendingCollectionAdds[token.Target.Instance]; 2560PendingCollectionAdd pendingAdd = pendingCollection[token.Target.TemporaryCollectionIndex]; 2571List<PendingCollectionAdd> pendingCollection; 2574foreach (PendingCollectionAdd pendingAdd in pendingCollection)