3 overrides of AutoShow
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (1)
44public override bool AutoShow
System\Windows\Forms\Design\DesignerActionVerbList.cs (1)
16public override bool AutoShow => false;
System\Windows\Forms\Design\ToolStripActionList.cs (1)
70public override bool AutoShow
3 writes to AutoShow
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
204AutoShow = true
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
382_actionLists[0].AutoShow = true;
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
102AutoShow = true
1 reference to AutoShow
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
92if (coll[i]?.AutoShow == true)