This is an extension that I use for doing strongly typed databinding to controls in a winforms project.
I dislike using strings to databind because they do not generate compiler errors when the bound object changes. This extension allows you to, instead of using a string, use an expression to bind to for both the control property and the object property.