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