Has anyone else noticed in VS2010 that when you need to enter an Enum value for a parameter to a method, the intellisense list that pops up doesnt always just show you the relevant enum values, it sometimes shows you absolutely everything?
This does not happen all the time and it does not happen consistently with the same methods... but it happens often enough to be annoying. For example even on the humble MessageBox.Show method I often find that for the parameter where you specify the icon, I press E thinking that it will highlight the Error icon only to find that it has actually broughy up every type beginning with E...

Anyone else seen this?