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