1 write to dockedAnnotation
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (1)
146this.dockedAnnotation = this.AnnotationVisualProvider.GetDockedAnnotation();
11 references to dockedAnnotation
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (11)
144if (this.dockedAnnotation == null) 148this.dockedAnnotation.IsReadOnly = this.EditingContext.Items.GetValue<ReadOnlyState>().IsReadOnly; 149this.dockedAnnotation.UndockButtonClicked += new Action(this.OnUndockButtonClicked); 152return this.dockedAnnotation; 242if (this.dockedAnnotation != null) 277if (this.dockedAnnotation != null) 279this.dockedAnnotation.UndockButtonClicked -= new Action(this.OnUndockButtonClicked); 331if (this.dockedAnnotation != null) 333this.dockedAnnotation.IsReadOnly = state.IsReadOnly; 376if (this.dockedAnnotation != null) 378this.dockedAnnotation.Visibility = Visibility.Collapsed;