1 write to checkedListBox1
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
47
this.
checkedListBox1
= new System.Windows.Forms.CheckedListBox();
8 references to checkedListBox1
Accessibility_Core_App (8)
CommonControl1.Designer.cs (8)
228
this.groupBox2.Controls.Add(this.
checkedListBox1
);
244
this.
checkedListBox1
.FormattingEnabled = true;
245
this.
checkedListBox1
.Items.AddRange(new object[] {
249
this.
checkedListBox1
.Location = new System.Drawing.Point(299, 83);
250
this.
checkedListBox1
.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
251
this.
checkedListBox1
.Name = "checkedListBox1";
252
this.
checkedListBox1
.Size = new System.Drawing.Size(255, 148);
253
this.
checkedListBox1
.TabIndex = 4;