9 references to AddChild
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemKeyValuePairModelItemViewModel.cs (2)
40this.AddChild(TreeViewItemViewModel.CreateViewModel(this, this.Value.Value), tracker.ParentProperty); 60this.AddChild(TreeViewItemViewModel.CreateViewModel(this, this.Value.Value), tracker.ParentProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (7)
354parent.AddChild(childModel, trackingProperty); 380parent.AddChild(childModel, trackingProperty); 400parent.Parent.AddChild(siblingNode, tracker.ParentProperty); 409parent.AddChild(TreeViewItemViewModel.CreateViewModel(parent, property), trackingProperty); 429parent.AddChild(TreeViewItemViewModel.CreateViewModel(parent, property), trackingProperty); 447parent.AddChild(TreeViewItemViewModel.CreateViewModel(parent, property), trackingProperty); 513parent.AddChild(child, trackingProperty);