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