1 write to annotationAdorner
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
170
this.
annotationAdorner
= new AnnotationAdorner(this.workflowViewElement);
3 references to annotationAdorner
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (3)
168
if (this.
annotationAdorner
== null)
171
this.
annotationAdorner
.Content = this.FloatingAnnotation as UIElement;
174
return this.
annotationAdorner
;