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