1 write to _unboundColumnRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
273
_unboundColumnRadioButton
= new RadioButton();
11 references to _unboundColumnRadioButton
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (11)
190
_unboundColumnRadioButton
.Checked = true;
252
[MemberNotNull(nameof(
_unboundColumnRadioButton
))]
306
_overarchingTableLayoutPanel.Controls.Add(
_unboundColumnRadioButton
, 0, 4);
406
resources.ApplyResources(
_unboundColumnRadioButton
, "unboundColumnRadioButton");
407
_overarchingTableLayoutPanel.SetColumnSpan(
_unboundColumnRadioButton
, 3);
408
_unboundColumnRadioButton
.Margin = new Padding(0);
409
_unboundColumnRadioButton
.Name = "unboundColumnRadioButton";
410
_unboundColumnRadioButton
.CheckedChanged += unboundColumnRadioButton_CheckedChanged;
507
if (
_unboundColumnRadioButton
.Checked)
599
Debug.Assert(
_unboundColumnRadioButton
.Checked, "we only have 2 radio buttons");
625
Debug.Assert(
_unboundColumnRadioButton
.Checked, "We only have 2 radio buttons");