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);