I've been examining the startup performance of an app that uses the DockSiteLayoutSerializer, and the LoadFromString function is showing up as a hot spot. We call the function in our Window_Loaded event handler so all ToolWindows are layed out properly, prior to the window being rendered.
I'm just wondering if LoadFromString is known to be slow, and if there's anything I can do to improve its performance.
Thanks,
-Craig
I'm just wondering if LoadFromString is known to be slow, and if there's anything I can do to improve its performance.
Thanks,
-Craig