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); 405resources.ApplyResources(_unboundColumnRadioButton, "unboundColumnRadioButton"); 406_overarchingTableLayoutPanel.SetColumnSpan(_unboundColumnRadioButton, 3); 407_unboundColumnRadioButton.Margin = new Padding(0); 408_unboundColumnRadioButton.Name = "unboundColumnRadioButton"; 409_unboundColumnRadioButton.CheckedChanged += unboundColumnRadioButton_CheckedChanged; 506if (_unboundColumnRadioButton.Checked) 598Debug.Assert(_unboundColumnRadioButton.Checked, "we only have 2 radio buttons"); 624Debug.Assert(_unboundColumnRadioButton.Checked, "We only have 2 radio buttons");