1 instantiation of EditorContextMenu
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
174contextMenu = new EditorContextMenu();
4 references to EditorContextMenu
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (4)
175((EditorContextMenu)contextMenu).AddMenuItems(This, e.UserInitiated); 185SpellingError spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null; 757internal ReconversionMenuItem(EditorContextMenu menu, int index) : base() 795private EditorContextMenu _menu;