"Is it an abuse of the IDisposable interface to use it this way"? Probably.
Does using using as a purely "scoping" construct make for more obvious intent and better readability of code? Certainly.
The latter trumps the former for me, so I say use it.