8 writes to MenuAutoExpand
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
204
this.
MenuAutoExpand
= false;
3496
MenuAutoExpand
= true;
4090
MenuAutoExpand
= false;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1120
toplevelOwnerToolStrip.
MenuAutoExpand
= false;
1319
this.
MenuAutoExpand
= true;
1494
OwnerToolStrip.
MenuAutoExpand
= false;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2861
ParentInternal.
MenuAutoExpand
= autoExpand;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
924
ParentInternal.
MenuAutoExpand
= true;
3 references to MenuAutoExpand
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2851
bool autoExpand = ParentInternal.
MenuAutoExpand
;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
854
if (Enabled && ParentInternal != null && ParentInternal.
MenuAutoExpand
&& HasDropDownItems) {
1007
if (this.ParentInternal != null && this.ParentInternal.
MenuAutoExpand
&& Selected) {