I'm working a WPF application that displays a list of files and I'd like to display the same context menu than windows explorer.
I read the thread here: Showing windows (file/directory) context menu in c# winforms application
But I'd like to avoid going through winform host.
How I could implement such a behavior in pure C#/WPF?
Thanks.