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