1 write to ParentProperty
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
74this.ParentProperty = parentProperty;
10 references to ParentProperty
System.Activities.Presentation (10)
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);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelItemViewModel.cs (6)
137if (this.promotedProperty != null && this.promotedProperty == tracker.ParentProperty) 154if (e is PropertyChangedEventArgs && this.IsModelPropertyNodeExisted(tracker.ParentProperty)) 156ModelProperty modelProperty = tracker.ParentProperty; 179TreeViewItemViewModel.AddModelProperty(this, this.Value, tracker.ParentProperty, tracker.ParentProperty); 205if (property != tracker.ParentProperty)
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
400parent.Parent.AddChild(siblingNode, tracker.ParentProperty); 577property = tracker.ParentProperty;