1 write to annotationAdorner
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
170this.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)
168if (this.annotationAdorner == null) 171this.annotationAdorner.Content = this.FloatingAnnotation as UIElement; 174return this.annotationAdorner;