2 references to OnIndicatorIsMouseOverChanged
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
234
this.Indicator.IsMouseOverChanged += new EventHandler(this.
OnIndicatorIsMouseOverChanged
);
275
this.Indicator.IsMouseOverChanged -= new EventHandler(this.
OnIndicatorIsMouseOverChanged
);