1 implementation of DockButtonClicked
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
30public event Action DockButtonClicked;
2 references to DockButtonClicked
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
132this.floatingAnnotation.DockButtonClicked += new Action(this.OnDockButtonClicked); 286this.floatingAnnotation.DockButtonClicked -= new Action(this.OnDockButtonClicked);