I want to merger some menuitems, such as "Undo", "Redo" into the standard TextBox ContextMenu. The standard TextBox ContextMenu already has "Copy","Paste", etc. I want to keep those menuItems, but add some more. I can create my own ContextMenu with those items "Copy","Paste",.... But if I do so, I have to rewrite all the codes for the "Copy","Paste",etc. How can I keep those default functions in the standard TextBox ContextMenu, and just merger my own contextMenu with items such as "Undo","redo" to it?