Try turning off IntelliTrace. Had the exact same symptoms. Blazing fast when not run under Visual Studio, but always added 30ms per btn.Click+= i made if running under Visual Studio.
So probably IntelliTrace that hooks into the Click events somehow for detailed debugging.