1 instantiation of EditorContextMenu
PresentationFramework (1)
System\windows\Documents\TextEditorContextMenu.cs (1)
165contextMenu = new EditorContextMenu();
4 references to EditorContextMenu
PresentationFramework (4)
System\windows\Documents\TextEditorContextMenu.cs (4)
166((EditorContextMenu)contextMenu).AddMenuItems(This); 176SpellingError spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null; 687internal ReconversionMenuItem(EditorContextMenu menu, int index) : base() 721private EditorContextMenu _menu;