8 writes to MenuAutoExpand
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
129
MenuAutoExpand
= false;
3325
MenuAutoExpand
= true;
3975
MenuAutoExpand
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
914
toplevelOwnerToolStrip.
MenuAutoExpand
= false;
1098
MenuAutoExpand
= true;
1265
OwnerToolStrip.
MenuAutoExpand
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2474
ParentInternal.
MenuAutoExpand
= autoExpand;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
825
ParentInternal.
MenuAutoExpand
= true;
3 references to MenuAutoExpand
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2462
bool autoExpand = ParentInternal.
MenuAutoExpand
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
749
if (!Enabled || ParentInternal is null || !ParentInternal.
MenuAutoExpand
|| !HasDropDownItems)
903
if (ParentInternal is not null && ParentInternal.
MenuAutoExpand
&& Selected)