When I compile my application to target version 4.0 of the framework, UI performance goes straight to hell. For instance, opening an Expander that contains a Grid with maybe 6 Label and TextBox controls goes from near-instantaneous to 3-4 seconds, and there's then a visible delay between the time it renders the grid's second column (the editable controls) and the first (their labels).
If I drop back to 3.5, everything goes back to the way it was: there's virtually no lag between opening an Expander and seeing its contents, and the labels in the grid render so quickly that you can't see it happen.
There are, of course, a million things that could conceivably cause this. I guess what I'm hoping someone can tell me is where I should start looking. I don't especially need to upgrade to 4.0 right now, so I don't have a huge incentive to dig into profiling this beast, but if I'm accumulating technical debt while I sit here at 3.5 I'd like to know about it.