I suspect the question is rather "what could go wrong"? You are safe as long as you are not doing anything what require window handle (which is destroyed after) or indirectly message pump (e.g. invoking will not work). You should get an exception in such cases. Accessing child control properties should be ok, but invalidating or creating graphics likely are not.
↧