-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Assembly node menu #1
Conversation
I don't think there's a need to cache the context menu; can you just return a new one from GetContextMenu()? That makes the code simpler (and more concentrated in one location). |
Sorry, but storing a context menu per tree node is not an option. Tree nodes are supposed to be light-weight (there can be many thousands of them in memory!), they shouldn't reference any WPF objects. |
This reverts commit b2c532b.
…tMenu field member.
Update UniversalAssemblyResolver to include missing .NET 3 support
Discussion about the translations
Fixed decompiler exception which is thrown in case there are referenc…
WPF Refactoring #1: Add abstraction layer for MEF
Just to make sure that you agree with this.