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