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