In Visual Studio 2008 Beta 2 I saw in a standard WPF Application, that there are not only the generated Files App.g.cs and Window1.g.cs, there are also App.g.i.cs and Window1.g.i.cs.
Are the g.i.cs only for the Intellisense-Support in Codebehind-Files without the need to rebuild the solution
What stands the "i" for
I've found no documentation about this, and im just interested in and would be very glad about a hint.