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