6 writes to MenuAutoExpand
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
128
MenuAutoExpand
= false;
3325
MenuAutoExpand
= true;
3975
MenuAutoExpand
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1095
MenuAutoExpand
= true;
1262
OwnerToolStrip.
MenuAutoExpand
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2476
ParentInternal.
MenuAutoExpand
= autoExpand;
5 references to MenuAutoExpand
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
912
toplevelOwnerToolStrip?.
MenuAutoExpand
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2464
bool autoExpand = ParentInternal.
MenuAutoExpand
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (3)
749
if (!Enabled || ParentInternal is null || !ParentInternal.
MenuAutoExpand
|| !HasDropDownItems)
823
ParentInternal?.
MenuAutoExpand
= true;
900
if (ParentInternal is not null && ParentInternal.
MenuAutoExpand
&& Selected)