1 implementation of DockButtonClicked
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
30
public event Action
DockButtonClicked
;
2 references to DockButtonClicked
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);