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