1 write to annotationManager
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
77this.annotationManager = new AnnotationManager(this);
4 references to annotationManager
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (4)
56this.annotationManager.Initialize(); 61this.annotationManager.Uninitialize(); 78this.annotationManager.AnnotationVisualProvider = new FlowDecisionDesignerAnnotationVisualProvider(this); 219this.annotationManager.OnEditAnnotation();