2 references to OnUndockButtonClicked
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
149
this.dockedAnnotation.UndockButtonClicked += new Action(this.
OnUndockButtonClicked
);
279
this.dockedAnnotation.UndockButtonClicked -= new Action(this.
OnUndockButtonClicked
);