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