1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
79
_tableLayoutPanel
= new TableLayoutPanel();
25 references to _tableLayoutPanel
System.Windows.Forms.Design (25)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (25)
74
[MemberNotNull(nameof(
_tableLayoutPanel
))]
87
_tableLayoutPanel
.SuspendLayout();
92
resources.ApplyResources(
_tableLayoutPanel
, "tableLayoutPanel1");
93
_tableLayoutPanel
.AutoSizeMode = AutoSizeMode.GrowAndShrink;
94
_tableLayoutPanel
.BackColor = SystemColors.Window;
95
_tableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
96
_tableLayoutPanel
.Controls.Add(_noneCheckBox, 0, 0);
97
_tableLayoutPanel
.Controls.Add(_allCheckBox, 0, 2);
98
_tableLayoutPanel
.Controls.Add(_topCheckBox, 0, 3);
99
_tableLayoutPanel
.Controls.Add(_bottomCheckBox, 0, 4);
100
_tableLayoutPanel
.Controls.Add(_rightCheckBox, 0, 6);
101
_tableLayoutPanel
.Controls.Add(_leftCheckBox, 0, 5);
102
_tableLayoutPanel
.Controls.Add(_splitterLabel, 0, 1);
103
_tableLayoutPanel
.Name = "tableLayoutPanel1";
104
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
105
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
106
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
107
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
108
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
109
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
110
_tableLayoutPanel
.RowStyles.Add(new RowStyle());
111
_tableLayoutPanel
.Margin = new Padding(0);
158
Controls.Add(
_tableLayoutPanel
);
163
_tableLayoutPanel
.ResumeLayout(false);
164
_tableLayoutPanel
.PerformLayout();