Would really like to be able to decorate my class with an attribute of some sort that would enforce the use of a using statement so that the class will always be safely disp
You could use FxCop to enforce this rule. See the Wikipedia for a quick overview.