标签: wpf
我正在将上下文菜单从Winforms转换为WPF。但我发现Windows.Controls.ContextMenu中没有MergeMenu函数,因为MenuItem中有MergeOrder属性。我需要使用MergeMenu函数,因为我正在动态创建MenuItems。有办法吗?