2 references to ContextMenuStripClosing
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
3115
menu.Closing += new ToolStripDropDownClosingEventHandler(this.
ContextMenuStripClosing
);
3126
strip.Closing -= new ToolStripDropDownClosingEventHandler(this.
ContextMenuStripClosing
);