2 references to InternalChildren_CollectionChanged
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
37
InternalChildren.CollectionChanged += new Collections.Specialized.NotifyCollectionChangedEventHandler(
InternalChildren_CollectionChanged
);
639
this.InternalChildren.CollectionChanged -=
InternalChildren_CollectionChanged
;