3 references to ContextMenu
System.Windows.Forms (3)
src\winforms\src\Common\src\Obsoletions.cs (1)
34
internal 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)
12971
public virtual
ContextMenu
ContextMenu
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.cs (1)
73
public
ContextMenu
GetContextMenu() => throw null;