70 references to CheckedListBox
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
47
this.checkedListBox1 = new System.Windows.Forms.
CheckedListBox
();
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (2)
123
using CheckedListBox listBox =
new
();
135
using ListBox listBox = new
CheckedListBox
();
System.Windows.Forms.Tests (64)
CheckedListBoxTests.cs (29)
15
using CheckedListBox box =
new
();
27
using CheckedListBox box =
new
()
38
using CheckedListBox box =
new
();
48
using CheckedListBox box =
new
();
59
using CheckedListBox box =
new
()
70
using CheckedListBox box =
new
();
80
using CheckedListBox box =
new
();
96
using CheckedListBox box =
new
()
109
using CheckedListBox box =
new
();
118
using CheckedListBox control =
new
();
126
using CheckedListBox box =
new
()
138
using CheckedListBox box =
new
()
152
using CheckedListBox box =
new
()
164
using CheckedListBox control =
new
()
189
using CheckedListBox control =
new
();
217
using CheckedListBox control =
new
();
257
using CheckedListBox box =
new
();
358
using CheckedListBox box =
new
();
368
using CheckedListBox control =
new
();
385
using CheckedListBox control =
new
();
395
using CheckedListBox box =
new
();
498
using CheckedListBox checkedListBox =
new
();
537
using CheckedListBox checkedListBox =
new
();
571
using CheckedListBox checkedListBox =
new
();
602
using CheckedListBox checkedListBox =
new
();
631
using CheckedListBox checkedListBox =
new
();
671
using CheckedListBox checkedListBox =
new
();
685
using CheckedListBox checkedListBox =
new
();
828
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\AccessibleObjects\CheckedListBoxAccessibleObjectTests.cs (8)
15
using CheckedListBox checkedListBox =
new
();
44
using CheckedListBox checkedListBox =
new
();
77
using CheckedListBox checkedListBox =
new
();
92
using CheckedListBox checkedListBox =
new
();
111
using CheckedListBox checkedListBox =
new
();
127
using CheckedListBox checkedListBox =
new
();
136
using CheckedListBox checkedListBox =
new
();
152
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (25)
14
using CheckedListBox checkedListBox =
new
();
24
using CheckedListBox checkedListBox =
new
();
34
using CheckedListBox checkedListBox =
new
();
45
using CheckedListBox checkedListBox =
new
();
55
using CheckedListBox checkedListBox =
new
();
65
using CheckedListBox checkedListBox =
new
();
87
using CheckedListBox checkedListBox =
new
();
99
using CheckedListBox checkedListBox =
new
();
112
using CheckedListBox checkedListBox =
new
();
129
using CheckedListBox checkedListBox =
new
();
148
using CheckedListBox checkedListBox =
new
();
167
using CheckedListBox checkedListBox =
new
();
184
using CheckedListBox checkedListBox =
new
();
197
using CheckedListBox checkedListBox =
new
();
211
using CheckedListBox checkedListBox =
new
();
224
using CheckedListBox checkedListBox =
new
();
241
using CheckedListBox checkedListBox =
new
();
260
using CheckedListBox checkedListBox =
new
();
274
using CheckedListBox checkedListBox =
new
();
291
using CheckedListBox checkedListBox =
new
();
307
using CheckedListBox checkedListBox =
new
();
318
using CheckedListBox checkedListBox =
new
();
330
using CheckedListBox checkedListBox =
new
();
345
using CheckedListBox checkedListBox =
new
();
362
using CheckedListBox checkedListBox =
new
();
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
15
_checkedListBox =
new
();
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (1)
15
_checkedListBox = new
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
();