I\'m developing a .NET 4.5 WPF app and having UI rendering performance issues.
After some googling, I came across WPF Performance Suite page which describes exactly
Eventually, I've found a tool that I was looking for and that was really helpful for me.
To get an idea of where exactly is the bottleneck in rendering your WPF layout, you want to:
In conclusion, it would much easier to correlate the nodes from tree above with your layout if you set names for your controls using the Name attribute like the following: