1 instantiation of EditorContextMenu
PresentationFramework (1)
System\windows\Documents\TextEditorContextMenu.cs (1)
162contextMenu = new EditorContextMenu();
4 references to EditorContextMenu
PresentationFramework (4)
System\windows\Documents\TextEditorContextMenu.cs (4)
163((EditorContextMenu)contextMenu).AddMenuItems(This); 173SpellingError spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null; 689internal ReconversionMenuItem(EditorContextMenu menu, int index) : base() 723private EditorContextMenu _menu;