1 write to Parent
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (1)
73this.Parent = parent;
4 references to Parent
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\ChangeNotificationTracker.cs (4)
42this.Parent.UpdateChildren(this, null); 54return this.Parent.IsAlive; 128this.Parent.InternalChildren.Remove(child); 160this.Parent.UpdateChildren(this, e);