protected override bool IsValid(UIElement element)
 {
     return(manager.HasGesture(element));
 }