1 write to _radioButtonsTableLayoutPanel
System.Windows.Forms.Design (1)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
156_radioButtonsTableLayoutPanel = new TableLayoutPanel();
17 references to _radioButtonsTableLayoutPanel
System.Windows.Forms.Design (17)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (17)
142[MemberNotNull(nameof(_radioButtonsTableLayoutPanel))] 165_radioButtonsTableLayoutPanel.SuspendLayout(); 204_groupBoxMode.Controls.Add(_radioButtonsTableLayoutPanel); 212resources.ApplyResources(_radioButtonsTableLayoutPanel, "radioButtonsTableLayoutPanel"); 213_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 214_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 215_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 216_radioButtonsTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F)); 217_radioButtonsTableLayoutPanel.Controls.Add(_radioUnicode, 3, 0); 218_radioButtonsTableLayoutPanel.Controls.Add(_radioAuto, 0, 0); 219_radioButtonsTableLayoutPanel.Controls.Add(_radioAnsi, 2, 0); 220_radioButtonsTableLayoutPanel.Controls.Add(_radioHex, 1, 0); 221_radioButtonsTableLayoutPanel.Margin = new Padding(9); 222_radioButtonsTableLayoutPanel.Name = "radioButtonsTableLayoutPanel"; 223_radioButtonsTableLayoutPanel.RowStyles.Add(new RowStyle()); 299_radioButtonsTableLayoutPanel.ResumeLayout(false); 300_radioButtonsTableLayoutPanel.PerformLayout();