protected override void OnMouseLeave(MouseEventArgs e) { if (Interaction.AllowMouseLeave(e)) { Interaction.OnMouseLeaveBase(); } }