Как получить исполняемый путь в WPF

Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location);
Excited Eland