2 types derived from CheckedListBox
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (1)
861
private class SubCheckedListBox :
CheckedListBox
System\Windows\Forms\ControlTests.cs (1)
1451
private class SubCheckedListBox :
CheckedListBox
, IParentHandleRecreationHandler
70 instantiations of 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
();
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)
84
[InlineData(typeof(
CheckedListBox
), "Items", typeof(ListControlStringCollectionEditor))]
System\Windows\Forms\Design\ListBoxDesignerTests.cs (1)
121
using
CheckedListBox
listBox = new();
System.Windows.Forms.Tests (72)
CheckedListBoxTests.cs (31)
17
using
CheckedListBox
box = new();
29
using
CheckedListBox
box = new()
40
using
CheckedListBox
box = new();
42
CheckedListBox
.CheckedIndexCollection collection = box.CheckedIndices;
50
using
CheckedListBox
box = new();
52
CheckedListBox
.CheckedItemCollection collection = box.CheckedItems;
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 (26)
7
using static System.Windows.Forms.
CheckedListBox
;
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\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
21
typeof(
CheckedListBox
),
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (3)
12
private readonly
CheckedListBox
_checkedListBox;
13
private readonly
CheckedListBox
.CheckedIndexCollection _collection;
30
Assert.Throws<ArgumentNullException>("owner", () => { new
CheckedListBox
.CheckedIndexCollection(null); });
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (3)
12
private readonly
CheckedListBox
_checkedListBox;
13
private readonly
CheckedListBox
.CheckedItemCollection _collection;
18
_collection = new
CheckedListBox
.CheckedItemCollection(_checkedListBox);
TestPassApp (1)
CommonControl1.Designer.cs (1)
753
private System.Windows.Forms.
CheckedListBox
checkedListBox1;
WinFormsControlsTest (3)
ListBoxes.Designer.cs (1)
265
private System.Windows.Forms.
CheckedListBox
listBox2;
MultipleControls.Designer.cs (2)
348
private System.Windows.Forms.
CheckedListBox
checkedListBox1;
353
private System.Windows.Forms.
CheckedListBox
checkedListBox2;