1 write to _tableLayoutPanelDesigner
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
105
_tableLayoutPanelDesigner
= host.GetDesigner(_tableLayoutPanel) as TableLayoutPanelDesigner;
6 references to _tableLayoutPanelDesigner
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\StyleEditorForm.cs (6)
112
_tableLayoutPanelDesigner
.SuspendEnsureAvailableStyles();
818
_tableLayoutPanelDesigner
.InsertRowCol(_isRowCollection, index);
852
_tableLayoutPanelDesigner
.FixUpControlsOnInsert(_isRowCollection, _columnsAndRowsListView.SelectedIndices[0]);
875
_tableLayoutPanelDesigner
.FixUpControlsOnDelete(_isRowCollection, index, _deleteList);
878
_tableLayoutPanelDesigner
.DeleteRowCol(_isRowCollection, index);
1115
_tableLayoutPanelDesigner
.ResumeEnsureAvailableStyles(_performEnsure);