6 references to AnnotationTextProperty
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\Annotation.cs (3)
47AttachablePropertyServices.TryGetProperty<string>(instance, Annotation.AnnotationTextProperty, out annotationText); 65AttachablePropertyServices.SetProperty(instance, Annotation.AnnotationTextProperty, annotationText); 69AttachablePropertyServices.RemoveProperty(instance, Annotation.AnnotationTextProperty);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (3)
80AttachablePropertyServices.TryGetProperty<string>(modelItem.GetCurrentValue(), Annotation.AnnotationTextProperty, out annotation); 86AttachablePropertyServices.TryGetProperty<string>(modelItem.GetCurrentValue(), Annotation.AnnotationTextProperty, out oldValue); 97AttachablePropertyIdentifier = Annotation.AnnotationTextProperty,