18 references to AnnotationTextPropertyName
System.Data (18)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (4)
237
this.hasAnnotation = this.ModelItem.Properties[Annotation.
AnnotationTextPropertyName
].ComputedValue != null;
239
if (this.ModelItem.Properties[Annotation.
AnnotationTextPropertyName
].ComputedValue == null)
361
if (e.PropertyName == Annotation.
AnnotationTextPropertyName
)
364
this.hasAnnotation = this.ModelItem.Properties[Annotation.
AnnotationTextPropertyName
].ComputedValue != null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (2)
75
Name = Annotation.
AnnotationTextPropertyName
,
100
PropertyName = Annotation.
AnnotationTextPropertyName
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ContextMenuUtilities.cs (2)
99
ModelProperty property = modelItem.Properties.Find(Annotation.
AnnotationTextPropertyName
);
138
modelItem.Properties[Annotation.
AnnotationTextPropertyName
].SetValue(null);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
267
ModelProperty property = modelItem.Properties.Find(Annotation.
AnnotationTextPropertyName
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
309
string annotationText = (string)variable.Properties[Annotation.
AnnotationTextPropertyName
].ComputedValue;
385
string annotationText = (string)argument.Properties[Annotation.
AnnotationTextPropertyName
].ComputedValue;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
935
ModelProperty property = this.ReflectedObject.Properties.Find(Annotation.
AnnotationTextPropertyName
);
949
ModelProperty property = this.ReflectedObject.Properties.Find(Annotation.
AnnotationTextPropertyName
);
1480
else if (propertyName == Annotation.
AnnotationTextPropertyName
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
1665
item.Properties[Annotation.
AnnotationTextPropertyName
].ClearValue();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
1156
if (propertyName == Annotation.
AnnotationTextPropertyName
)
1302
ModelProperty property = this.ReflectedObject.Properties.Find(Annotation.
AnnotationTextPropertyName
);
1316
ModelProperty property = this.ReflectedObject.Properties.Find(Annotation.
AnnotationTextPropertyName
);