2 writes to hasAnnotation
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
237
this.
hasAnnotation
= this.ModelItem.Properties[Annotation.AnnotationTextPropertyName].ComputedValue != null;
364
this.
hasAnnotation
= this.ModelItem.Properties[Annotation.AnnotationTextPropertyName].ComputedValue != null;
3 references to hasAnnotation
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (3)
344
if (this.
hasAnnotation
)
363
bool previouslyHadAnnotation = this.
hasAnnotation
;
366
if (!this.
hasAnnotation
)