1 write to _unboundColumnRadioButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
272
_unboundColumnRadioButton
= new RadioButton();
11 references to _unboundColumnRadioButton
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (11)
189
_unboundColumnRadioButton
.Checked = true;
251
[MemberNotNull(nameof(
_unboundColumnRadioButton
))]
305
_overarchingTableLayoutPanel.Controls.Add(
_unboundColumnRadioButton
, 0, 4);
405
resources.ApplyResources(
_unboundColumnRadioButton
, "unboundColumnRadioButton");
406
_overarchingTableLayoutPanel.SetColumnSpan(
_unboundColumnRadioButton
, 3);
407
_unboundColumnRadioButton
.Margin = new Padding(0);
408
_unboundColumnRadioButton
.Name = "unboundColumnRadioButton";
409
_unboundColumnRadioButton
.CheckedChanged += unboundColumnRadioButton_CheckedChanged;
506
if (
_unboundColumnRadioButton
.Checked)
598
Debug.Assert(
_unboundColumnRadioButton
.Checked, "we only have 2 radio buttons");
624
Debug.Assert(
_unboundColumnRadioButton
.Checked, "We only have 2 radio buttons");