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)
296
if (
_actionLists
is null)
301
return
_actionLists
;
377
_actionLists
.Add(new TableLayouPanelRowColumnActionList(this));
382
_actionLists
[0].AutoShow = true;