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