1 write to TrackedCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
76
this.
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)
99
this.
TrackedCollection
.Add(collection);
120
foreach (INotifyCollectionChanged collection in
TrackedCollection
)
124
TrackedCollection
.Clear();