2 types derived from CheckedListBox
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (1)
859
private class SubCheckedListBox :
CheckedListBox
System\Windows\Forms\ControlTests.cs (1)
1449
private class SubCheckedListBox :
CheckedListBox
, IParentHandleRecreationHandler
70 instantiations of 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
();
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
();
95 references to CheckedListBox
PresentationUI (2)
MS\Internal\Documents\DialogBaseForm.cs (2)
120
else if (c is
CheckedListBox
)
122
(c as
CheckedListBox
).UseCompatibleTextRendering = false;
System.Windows.Forms (14)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
13
private readonly
CheckedListBox
_owner;
15
internal CheckedIndexCollection(
CheckedListBox
owner)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (2)
17
private readonly
CheckedListBox
_owner;
19
internal CheckedItemCollection(
CheckedListBox
owner)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxAccessibleObject.cs (2)
10
public CheckedListBoxAccessibleObject(
CheckedListBox
owner) : base(owner)
14
=> new CheckedListBoxItemAccessibleObject((
CheckedListBox
)listBox, item, this);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (2)
13
private readonly
CheckedListBox
_owningCheckedListBox;
15
public CheckedListBoxItemAccessibleObject(
CheckedListBox
owningCheckedListBox, ItemArray.Entry item, CheckedListBoxAccessibleObject owningAccessibleObject) : base(owningCheckedListBox, item, owningAccessibleObject)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.ObjectCollection.cs (2)
10
private readonly
CheckedListBox
_owner;
12
public ObjectCollection(
CheckedListBox
owner) : base(owner)
System\Windows\Forms\ItemCheckedEventArgs.cs (1)
7
/// Provides data for the <see cref="
CheckedListBox
.ItemCheck"/> event.
System\Windows\Forms\ItemCheckedEventHandler.cs (1)
8
/// event of a <see cref="
CheckedListBox
"/> or <see cref="ListView"/>.
System\Windows\Forms\ItemCheckEventArgs.cs (1)
7
/// Provides data for the <see cref="
CheckedListBox
.ItemCheck"/> event.
System\Windows\Forms\ItemCheckEventHandler.cs (1)
8
/// event of a <see cref="
CheckedListBox
"/> or <see cref="ListView"/>.
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListBoxDesigner.cs (1)
198
if (Component is
CheckedListBox
)
System.Windows.Forms.Design.Tests (2)
EnsureEditorsTests.cs (1)
82
[InlineData(typeof(
CheckedListBox
), "Items", typeof(ListControlStringCollectionEditor))]
System\Windows\Forms\Design\ListBoxDesignerTests.cs (1)
123
using
CheckedListBox
listBox = new();
System.Windows.Forms.Tests (72)
CheckedListBoxTests.cs (31)
15
using
CheckedListBox
box = new();
27
using
CheckedListBox
box = new()
38
using
CheckedListBox
box = new();
40
CheckedListBox
.CheckedIndexCollection collection = box.CheckedIndices;
48
using
CheckedListBox
box = new();
50
CheckedListBox
.CheckedItemCollection collection = box.CheckedItems;
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 (26)
5
using static System.Windows.Forms.
CheckedListBox
;
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\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
19
typeof(
CheckedListBox
),
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (3)
10
private readonly
CheckedListBox
_checkedListBox;
11
private readonly
CheckedListBox
.CheckedIndexCollection _collection;
28
Assert.Throws<ArgumentNullException>("owner", () => { new
CheckedListBox
.CheckedIndexCollection(null); });
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (3)
10
private readonly
CheckedListBox
_checkedListBox;
11
private readonly
CheckedListBox
.CheckedItemCollection _collection;
16
_collection = new
CheckedListBox
.CheckedItemCollection(_checkedListBox);
TestPassApp (1)
CommonControl1.Designer.cs (1)
753
private System.Windows.Forms.
CheckedListBox
checkedListBox1;
WinFormsControlsTest (3)
ListBoxes.Designer.cs (1)
238
private System.Windows.Forms.
CheckedListBox
listBox2;
MultipleControls.Designer.cs (2)
348
private System.Windows.Forms.
CheckedListBox
checkedListBox1;
353
private System.Windows.Forms.
CheckedListBox
checkedListBox2;