I currently have an extension method on System.Windows.Forms.Control like this:
public static void ExampleMethod(this Control ctrl){ /* ... */ }
You can also make sure your extensions aren't defined in a namespace, then any project that references them will auto-import them.