1 write to TrackedCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
76this.TrackedCollection = new List<INotifyCollectionChanged>();
3 references to TrackedCollection
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (3)
99this.TrackedCollection.Add(collection); 120foreach (INotifyCollectionChanged collection in TrackedCollection) 124TrackedCollection.Clear();