1 write to annotationManager
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
82this.annotationManager = new AnnotationManager(this);
4 references to annotationManager
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (4)
61this.annotationManager.Initialize(); 66this.annotationManager.Uninitialize(); 83this.annotationManager.AnnotationVisualProvider = new FlowSwitchDesignerAnnotationVisualProvider(this); 277this.annotationManager.OnEditAnnotation();