In Visual Studio, I am able to step through .net framework source code: Debug .NET Framework Source
However I was unable to step through Windows Store API components in my code. Is this possible?
And Would there be any way to step into the constructor of an object in the Windows.UI.Xaml namespace when that object gets created?