1 write to _readOnlyCheckBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
266_readOnlyCheckBox = new CheckBox();
6 references to _readOnlyCheckBox
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (6)
112column.ReadOnly = _readOnlyCheckBox.Checked; 245[MemberNotNull(nameof(_readOnlyCheckBox))] 335_checkBoxesTableLayoutPanel.Controls.Add(_readOnlyCheckBox, 1, 0); 357resources.ApplyResources(_readOnlyCheckBox, "readOnlyCheckBox"); 358_readOnlyCheckBox.Margin = new Padding(0); 359_readOnlyCheckBox.Name = "readOnlyCheckBox";