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)
112
column.ReadOnly =
_readOnlyCheckBox
.Checked;
245
[MemberNotNull(nameof(
_readOnlyCheckBox
))]
335
_checkBoxesTableLayoutPanel.Controls.Add(
_readOnlyCheckBox
, 1, 0);
357
resources.ApplyResources(
_readOnlyCheckBox
, "readOnlyCheckBox");
358
_readOnlyCheckBox
.Margin = new Padding(0);
359
_readOnlyCheckBox
.Name = "readOnlyCheckBox";