70 references to CheckedListBox
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (2)
121
using CheckedListBox listBox =
new
();
133
using ListBox listBox = new
CheckedListBox
();
System.Windows.Forms.Tests (64)
CheckedListBoxTests.cs (29)
17
using CheckedListBox box =
new
();
29
using CheckedListBox box =
new
()
40
using CheckedListBox box =
new
();
50
using CheckedListBox box =
new
();
61
using CheckedListBox box =
new
()
72
using CheckedListBox box =
new
();
82
using CheckedListBox box =
new
();
98
using CheckedListBox box =
new
()
111
using CheckedListBox box =
new
();
120
using CheckedListBox control =
new
();
128
using CheckedListBox box =
new
()
140
using CheckedListBox box =
new
()
154
using CheckedListBox box =
new
()
166
using CheckedListBox control =
new
()
191
using CheckedListBox control =
new
();
219
using CheckedListBox control =
new
();
259
using CheckedListBox box =
new
();
360
using CheckedListBox box =
new
();
370
using CheckedListBox control =
new
();
387
using CheckedListBox control =
new
();
397
using CheckedListBox box =
new
();
500
using CheckedListBox checkedListBox =
new
();
539
using CheckedListBox checkedListBox =
new
();
573
using CheckedListBox checkedListBox =
new
();
604
using CheckedListBox checkedListBox =
new
();
633
using CheckedListBox checkedListBox =
new
();
673
using CheckedListBox checkedListBox =
new
();
687
using CheckedListBox checkedListBox =
new
();
830
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\AccessibleObjects\CheckedListBoxAccessibleObjectTests.cs (8)
17
using CheckedListBox checkedListBox =
new
();
46
using CheckedListBox checkedListBox =
new
();
79
using CheckedListBox checkedListBox =
new
();
94
using CheckedListBox checkedListBox =
new
();
113
using CheckedListBox checkedListBox =
new
();
129
using CheckedListBox checkedListBox =
new
();
138
using CheckedListBox checkedListBox =
new
();
154
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (25)
16
using CheckedListBox checkedListBox =
new
();
26
using CheckedListBox checkedListBox =
new
();
36
using CheckedListBox checkedListBox =
new
();
47
using CheckedListBox checkedListBox =
new
();
57
using CheckedListBox checkedListBox =
new
();
67
using CheckedListBox checkedListBox =
new
();
89
using CheckedListBox checkedListBox =
new
();
101
using CheckedListBox checkedListBox =
new
();
114
using CheckedListBox checkedListBox =
new
();
131
using CheckedListBox checkedListBox =
new
();
150
using CheckedListBox checkedListBox =
new
();
169
using CheckedListBox checkedListBox =
new
();
186
using CheckedListBox checkedListBox =
new
();
199
using CheckedListBox checkedListBox =
new
();
213
using CheckedListBox checkedListBox =
new
();
226
using CheckedListBox checkedListBox =
new
();
243
using CheckedListBox checkedListBox =
new
();
262
using CheckedListBox checkedListBox =
new
();
276
using CheckedListBox checkedListBox =
new
();
293
using CheckedListBox checkedListBox =
new
();
309
using CheckedListBox checkedListBox =
new
();
320
using CheckedListBox checkedListBox =
new
();
332
using CheckedListBox checkedListBox =
new
();
347
using CheckedListBox checkedListBox =
new
();
364
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
17
_checkedListBox =
new
();
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (1)
17
_checkedListBox = new
CheckedListBox
();
TestPassApp (1)
CommonControl1.Designer.cs (1)
47
this.checkedListBox1 = new System.Windows.Forms.
CheckedListBox
();
WinFormsControlsTest (3)
ListBoxes.Designer.cs (1)
40
this.listBox2 = new System.Windows.Forms.
CheckedListBox
();
MultipleControls.Designer.cs (2)
50
this.checkedListBox1 = new System.Windows.Forms.
CheckedListBox
();
55
this.checkedListBox2 = new System.Windows.Forms.
CheckedListBox
();