How can I open menu (System.Windows.Controls.Menu) programmatically in WPF?
Get hold of the menu item, and do this :
_menuItem.IsSubmenuOpen = true;