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