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