static MultitouchScreen() { addHandlerMethod = Dynamic <UIElement> .Static.Procedure.Explicit <DependencyObject, RoutedEvent, Delegate> .CreateDelegate("AddHandler"); removeHandlerMethod = Dynamic <UIElement> .Static.Procedure.Explicit <DependencyObject, RoutedEvent, Delegate> .CreateDelegate("RemoveHandler"); //AllowNonContactEvents = true; }
static MultitouchScreen() { addHandlerMethod = Dynamic<UIElement>.Static.Procedure.Explicit<DependencyObject, RoutedEvent, Delegate>.CreateDelegate("AddHandler"); removeHandlerMethod = Dynamic<UIElement>.Static.Procedure.Explicit<DependencyObject, RoutedEvent, Delegate>.CreateDelegate("RemoveHandler"); //AllowNonContactEvents = true; }