2 writes to AttachablePropertyIdentifier
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
97
AttachablePropertyIdentifier
= Annotation.AnnotationTextProperty,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachablePropertyChange.cs (1)
53
AttachablePropertyIdentifier
= this.AttachablePropertyIdentifier,
3 references to AttachablePropertyIdentifier
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachablePropertyChange.cs (3)
32
AttachablePropertyServices.RemoveProperty(this.Owner.GetCurrentValue(), this.
AttachablePropertyIdentifier
);
36
AttachablePropertyServices.SetProperty(this.Owner.GetCurrentValue(), this.
AttachablePropertyIdentifier
, this.NewValue);
53
AttachablePropertyIdentifier = this.
AttachablePropertyIdentifier
,