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); 158resources.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();