11 references to Closing
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
3118menu.Closing += ContextMenuStripClosing; 3128strip.Closing -= ContextMenuStripClosing;
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionUI.cs (1)
704_designerActionHost.Closing += ToolStripDropDown_Closing;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1498MenuItem.DropDown.Closing += OnDropDownClosing; 2592MenuItem.DropDown.Closing -= OnDropDownClosing;
System\Windows\Forms\Design\ToolStripTemplateNode.cs (4)
499oldContextMenu.Closing -= OnContextMenuClosing; 724_contextMenu.Closing -= OnContextMenuClosing; 1322_contextMenu.Closing += OnContextMenuClosing; 1430_contextMenu.Closing += OnContextMenuClosing;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripDropDownTests.cs (2)
3823control.Closing += handler; 3828control.Closing -= handler;