7 references to AnnotationTextProperty
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (7)
567
designTimeArgument.NotifyPropertyChanged(DesignTimeArgument.
AnnotationTextProperty
);
677
variable.Content.Properties[DesignTimeArgument.
AnnotationTextProperty
].SetValue(annotationText);
704
dialog.AnnotationText = variable.Content.Properties[DesignTimeArgument.
AnnotationTextProperty
].ComputedValue as string;
717
variable.Content.Properties[DesignTimeArgument.
AnnotationTextProperty
].SetValue(annotationText);
737
variable.Content.Properties[DesignTimeArgument.
AnnotationTextProperty
].ClearValue();
885
PropertyName =
AnnotationTextProperty
,
1482
RaisePropertyChangedEvent(
AnnotationTextProperty
);