I have a Silverlight 4 application where if a certain usercontrol is visible the CPU utilization jumps to 100%. If the usercontrol is collapsed the CPU drops back to normal.
The XAML involved is way too large to post until I can isolated where the problem more specifically.
FYI: The code in question makes use of a variety of Silverlight Toolkit controls, and includes a lot of Visual State Manager stuff in XAML, if that sparks any ideas...
My gut says it's a bug in Silverlight, but I don't have an easy repo yet...
Does anybody have any good troubleshooting/debugging tips to help isolate the problem?
The app is at: https://vas.3m.com if anybody is bored and wants to see the problem in action (you need to create a free account).