When I was working with WIndows Forms I was using the control OpenFileDialog for the file selection by the user
In my WPF windows application I would like to use a similar control, but if possible not the windows form openfileDialog, because I want to avoid to make a reference to the System.Windows.Form assembly.
Is there a such WPF Control ?
(I'm currently using .Net 4.5 with Visual Studio 2012 express 2012 for window desktop)