1 write to autoClose
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
218autoClose = value;
3 references to autoClose
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
213return autoClose; 217if (autoClose != value) { 219ApplyTopMost(/*topMost=*/!autoClose);