1 write to _sampleViewGridsTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
118
_sampleViewGridsTableLayoutPanel
= new TableLayoutPanel();
19 references to _sampleViewGridsTableLayoutPanel
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (19)
102
[MemberNotNull(nameof(
_sampleViewGridsTableLayoutPanel
))]
130
_sampleViewGridsTableLayoutPanel
.SuspendLayout();
152
_sampleViewTableLayoutPanel.Controls.Add(
_sampleViewGridsTableLayoutPanel
, 0, 1);
158
resources.ApplyResources(
_sampleViewGridsTableLayoutPanel
, "sampleViewGridsTableLayoutPanel");
159
_sampleViewGridsTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
160
_sampleViewGridsTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F));
161
_sampleViewGridsTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
162
_sampleViewGridsTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F));
163
_sampleViewGridsTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 10F));
164
_sampleViewGridsTableLayoutPanel
.Controls.Add(_normalLabel, 1, 0);
165
_sampleViewGridsTableLayoutPanel
.Controls.Add(_sampleDataGridView, 1, 1);
166
_sampleViewGridsTableLayoutPanel
.Controls.Add(_selectedLabel, 3, 0);
167
_sampleViewGridsTableLayoutPanel
.Controls.Add(_sampleDataGridViewSelected, 3, 1);
168
_sampleViewGridsTableLayoutPanel
.Margin = new Padding(0, 3, 0, 0);
169
_sampleViewGridsTableLayoutPanel
.Name = "sampleViewGridsTableLayoutPanel";
170
_sampleViewGridsTableLayoutPanel
.RowStyles.Add(new RowStyle());
171
_sampleViewGridsTableLayoutPanel
.RowStyles.Add(new RowStyle());
253
_sampleViewGridsTableLayoutPanel
.ResumeLayout(false);
254
_sampleViewGridsTableLayoutPanel
.PerformLayout();