From 2b73b27ae811ff84b1d0b74276832c816e7b51fc Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 5 Feb 2015 22:52:33 +0100 Subject: [PATCH] Stop direct class handler being called twice. --- Perspex.Interactivity/Interactive.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Perspex.Interactivity/Interactive.cs b/Perspex.Interactivity/Interactive.cs index fe25293436..915cccbcf3 100644 --- a/Perspex.Interactivity/Interactive.cs +++ b/Perspex.Interactivity/Interactive.cs @@ -81,7 +81,6 @@ namespace Perspex.Interactivity if (e.RoutedEvent.RoutingStrategies == RoutingStrategies.Direct) { e.Route = RoutingStrategies.Direct; - e.RoutedEvent.InvokeClassHandlers(this, e); this.RaiseEventImpl(e); }