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