9 references to CreateViewModel
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)
352
TreeViewItemViewModel childModel = TreeViewItemViewModel.
CreateViewModel
(parent, property);
378
TreeViewItemViewModel childModel = TreeViewItemViewModel.
CreateViewModel
(parent, property.Value);
398
siblingNode = TreeViewItemViewModel.
CreateViewModel
(parent.Parent, property.Value);
409
parent.AddChild(TreeViewItemViewModel.
CreateViewModel
(parent, property), trackingProperty);
429
parent.AddChild(TreeViewItemViewModel.
CreateViewModel
(parent, property), trackingProperty);
447
parent.AddChild(TreeViewItemViewModel.
CreateViewModel
(parent, property), trackingProperty);
511
TreeViewItemViewModel child = TreeViewItemViewModel.
CreateViewModel
(parent, value);