2 writes to Owner
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
96
Owner
= modelItem,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachablePropertyChange.cs (1)
52
Owner
= this.Owner,
4 references to Owner
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachablePropertyChange.cs (4)
32
AttachablePropertyServices.RemoveProperty(this.
Owner
.GetCurrentValue(), this.AttachablePropertyIdentifier);
36
AttachablePropertyServices.SetProperty(this.
Owner
.GetCurrentValue(), this.AttachablePropertyIdentifier, this.NewValue);
42
((IModelTreeItem)this.
Owner
).OnPropertyChanged(this.PropertyName);
52
Owner = this.
Owner
,