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