1 write to _actionLists
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
374_actionLists = new DesignerActionListCollection();
4 references to _actionLists
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
296if (_actionLists is null) 301return _actionLists; 377_actionLists.Add(new TableLayouPanelRowColumnActionList(this)); 382_actionLists[0].AutoShow = true;