Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance: Initialize ToolPanes in DockWorkspace.InitializeLayout()…
… instead of the property getter to avoid WPF seeing them in InitializeComponent() and rendering all panes docked at the right before the layout is properly initialized. This also appears to make startup around 500ms/25% faster, keeping total time from App::.cctor to "decompilation finished" (for a "standard" assembly node with just attributes in the output) at under two seconds.
- Loading branch information