2 references to OnDockButtonClicked
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
132
this.floatingAnnotation.DockButtonClicked += new Action(this.
OnDockButtonClicked
);
286
this.floatingAnnotation.DockButtonClicked -= new Action(this.
OnDockButtonClicked
);