7 references to AnnotationTextProperty
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (7)
577
designTimeVariable.NotifyPropertyChanged(DesignTimeVariable.
AnnotationTextProperty
);
687
variable.Content.Properties[DesignTimeVariable.
AnnotationTextProperty
].SetValue(annotationText);
714
dialog.AnnotationText = variable.Content.Properties[DesignTimeVariable.
AnnotationTextProperty
].ComputedValue as string;
727
variable.Content.Properties[DesignTimeVariable.
AnnotationTextProperty
].SetValue(annotationText);
747
variable.Content.Properties[DesignTimeVariable.
AnnotationTextProperty
].ClearValue();
1094
PropertyName =
AnnotationTextProperty
,
1158
RaisePropertyChangedEvent(
AnnotationTextProperty
);