3 references to ContextMenu
System.Windows.Forms (3)
src\winforms\src\Common\src\Obsoletions.cs (1)
34internal const string ContextMenuMessage = $"`{nameof(ContextMenu)}` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `{nameof(ContextMenuStrip)}` instead.";
System\Windows\Forms\Control.cs (1)
12971public virtual ContextMenu ContextMenu
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.cs (1)
73public ContextMenu GetContextMenu() => throw null;