2 writes to AutoClose
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
64contextMenuStrip.AutoClose = AutoClose;
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
826this.AutoClose = false;
8 references to AutoClose
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ContextMenuStrip.cs (1)
64contextMenuStrip.AutoClose = AutoClose;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (4)
1154if (!AutoClose || !WorkingAreaConstrained) { 1366if (AutoClose) { 1582if (AutoClose && Visible) { 1870e.Cancel = !AutoClose;
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
282if (DropDown.AutoClose || !IsInDesignMode || (IsInDesignMode && !IsOnDropDown)) {
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1089if (activeDropDown != null && activeDropDown.AutoClose) { 1122if (dropDown.AutoClose == false) {