1 implementation of IsMouseOverChanged
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\FloatingAnnotationView.xaml.cs (1)
32
public event EventHandler
IsMouseOverChanged
2 references to IsMouseOverChanged
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
130
this.floatingAnnotation.
IsMouseOverChanged
+= new EventHandler(this.OnFloatingAnnotationIsMouseOverChanged);
284
this.floatingAnnotation.
IsMouseOverChanged
-= new EventHandler(this.OnFloatingAnnotationIsMouseOverChanged);