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