2 types derived from CheckedListBox
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (1)
859private class SubCheckedListBox : CheckedListBox
System\Windows\Forms\ControlTests.cs (1)
1449private class SubCheckedListBox : CheckedListBox, IParentHandleRecreationHandler
70 instantiations of CheckedListBox
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
47this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\ListBoxDesignerTests.cs (2)
123using CheckedListBox listBox = new(); 135using ListBox listBox = new CheckedListBox();
System.Windows.Forms.Tests (64)
CheckedListBoxTests.cs (29)
15using CheckedListBox box = new(); 27using CheckedListBox box = new() 38using CheckedListBox box = new(); 48using CheckedListBox box = new(); 59using CheckedListBox box = new() 70using CheckedListBox box = new(); 80using CheckedListBox box = new(); 96using CheckedListBox box = new() 109using CheckedListBox box = new(); 118using CheckedListBox control = new(); 126using CheckedListBox box = new() 138using CheckedListBox box = new() 152using CheckedListBox box = new() 164using CheckedListBox control = new() 189using CheckedListBox control = new(); 217using CheckedListBox control = new(); 257using CheckedListBox box = new(); 358using CheckedListBox box = new(); 368using CheckedListBox control = new(); 385using CheckedListBox control = new(); 395using CheckedListBox box = new(); 498using CheckedListBox checkedListBox = new(); 537using CheckedListBox checkedListBox = new(); 571using CheckedListBox checkedListBox = new(); 602using CheckedListBox checkedListBox = new(); 631using CheckedListBox checkedListBox = new(); 671using CheckedListBox checkedListBox = new(); 685using CheckedListBox checkedListBox = new(); 828using CheckedListBox checkedListBox = new();
System\Windows\Forms\AccessibleObjects\CheckedListBoxAccessibleObjectTests.cs (8)
15using CheckedListBox checkedListBox = new(); 44using CheckedListBox checkedListBox = new(); 77using CheckedListBox checkedListBox = new(); 92using CheckedListBox checkedListBox = new(); 111using CheckedListBox checkedListBox = new(); 127using CheckedListBox checkedListBox = new(); 136using CheckedListBox checkedListBox = new(); 152using CheckedListBox checkedListBox = new();
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (25)
14using CheckedListBox checkedListBox = new(); 24using CheckedListBox checkedListBox = new(); 34using CheckedListBox checkedListBox = new(); 45using CheckedListBox checkedListBox = new(); 55using CheckedListBox checkedListBox = new(); 65using CheckedListBox checkedListBox = new(); 87using CheckedListBox checkedListBox = new(); 99using CheckedListBox checkedListBox = new(); 112using CheckedListBox checkedListBox = new(); 129using CheckedListBox checkedListBox = new(); 148using CheckedListBox checkedListBox = new(); 167using CheckedListBox checkedListBox = new(); 184using CheckedListBox checkedListBox = new(); 197using CheckedListBox checkedListBox = new(); 211using CheckedListBox checkedListBox = new(); 224using CheckedListBox checkedListBox = new(); 241using CheckedListBox checkedListBox = new(); 260using CheckedListBox checkedListBox = new(); 274using CheckedListBox checkedListBox = new(); 291using CheckedListBox checkedListBox = new(); 307using CheckedListBox checkedListBox = new(); 318using CheckedListBox checkedListBox = new(); 330using CheckedListBox checkedListBox = new(); 345using CheckedListBox checkedListBox = new(); 362using 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)
40this.listBox2 = new System.Windows.Forms.CheckedListBox();
MultipleControls.Designer.cs (2)
50this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); 55this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
98 references to CheckedListBox
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
753private System.Windows.Forms.CheckedListBox checkedListBox1;
PresentationUI (2)
MS\Internal\Documents\DialogBaseForm.cs (2)
120else if (c is CheckedListBox) 122(c as CheckedListBox).UseCompatibleTextRendering = false;
System.Windows.Forms (14)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
13private readonly CheckedListBox _owner; 15internal CheckedIndexCollection(CheckedListBox owner)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (2)
17private readonly CheckedListBox _owner; 19internal CheckedItemCollection(CheckedListBox owner)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxAccessibleObject.cs (2)
10public CheckedListBoxAccessibleObject(CheckedListBox owner) : base(owner) 14=> new CheckedListBoxItemAccessibleObject((CheckedListBox)listBox, item, this);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedListBoxItemAccessibleObject.cs (2)
13private readonly CheckedListBox _owningCheckedListBox; 15public CheckedListBoxItemAccessibleObject(CheckedListBox owningCheckedListBox, ItemArray.Entry item, CheckedListBoxAccessibleObject owningAccessibleObject) : base(owningCheckedListBox, item, owningAccessibleObject)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.ObjectCollection.cs (2)
10private readonly CheckedListBox _owner; 12public 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)
198if (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)
123using CheckedListBox listBox = new();
System.Windows.Forms.Tests (75)
CheckedListBoxTests.cs (31)
15using CheckedListBox box = new(); 27using CheckedListBox box = new() 38using CheckedListBox box = new(); 40CheckedListBox.CheckedIndexCollection collection = box.CheckedIndices; 48using CheckedListBox box = new(); 50CheckedListBox.CheckedItemCollection collection = box.CheckedItems; 59using CheckedListBox box = new() 70using CheckedListBox box = new(); 80using CheckedListBox box = new(); 96using CheckedListBox box = new() 109using CheckedListBox box = new(); 118using CheckedListBox control = new(); 126using CheckedListBox box = new() 138using CheckedListBox box = new() 152using CheckedListBox box = new() 164using CheckedListBox control = new() 189using CheckedListBox control = new(); 217using CheckedListBox control = new(); 257using CheckedListBox box = new(); 358using CheckedListBox box = new(); 368using CheckedListBox control = new(); 385using CheckedListBox control = new(); 395using CheckedListBox box = new(); 498using CheckedListBox checkedListBox = new(); 537using CheckedListBox checkedListBox = new(); 571using CheckedListBox checkedListBox = new(); 602using CheckedListBox checkedListBox = new(); 631using CheckedListBox checkedListBox = new(); 671using CheckedListBox checkedListBox = new(); 685using CheckedListBox checkedListBox = new(); 828using CheckedListBox checkedListBox = new();
System\Windows\Forms\AccessibleObjects\CheckedListBoxAccessibleObjectTests.cs (8)
15using CheckedListBox checkedListBox = new(); 44using CheckedListBox checkedListBox = new(); 77using CheckedListBox checkedListBox = new(); 92using CheckedListBox checkedListBox = new(); 111using CheckedListBox checkedListBox = new(); 127using CheckedListBox checkedListBox = new(); 136using CheckedListBox checkedListBox = new(); 152using CheckedListBox checkedListBox = new();
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (29)
5using static System.Windows.Forms.CheckedListBox; 14using CheckedListBox checkedListBox = new(); 24using CheckedListBox checkedListBox = new(); 34using CheckedListBox checkedListBox = new(); 45using CheckedListBox checkedListBox = new(); 55using CheckedListBox checkedListBox = new(); 65using CheckedListBox checkedListBox = new(); 87using CheckedListBox checkedListBox = new(); 99using CheckedListBox checkedListBox = new(); 112using CheckedListBox checkedListBox = new(); 129using CheckedListBox checkedListBox = new(); 148using CheckedListBox checkedListBox = new(); 167using CheckedListBox checkedListBox = new(); 184using CheckedListBox checkedListBox = new(); 197using CheckedListBox checkedListBox = new(); 211using CheckedListBox checkedListBox = new(); 224using CheckedListBox checkedListBox = new(); 241using CheckedListBox checkedListBox = new(); 260using CheckedListBox checkedListBox = new(); 274using CheckedListBox checkedListBox = new(); 291using CheckedListBox checkedListBox = new(); 307using CheckedListBox checkedListBox = new(); 318using CheckedListBox checkedListBox = new(); 330using CheckedListBox checkedListBox = new(); 331var item = new CheckedListBox.CheckedListBoxItemAccessibleObject( 345using CheckedListBox checkedListBox = new(); 351var item = new CheckedListBox.CheckedListBoxItemAccessibleObject( 362using CheckedListBox checkedListBox = new(); 366var item = new CheckedListBox.CheckedListBoxItemAccessibleObject(
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (1)
19typeof(CheckedListBox),
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (3)
10private readonly CheckedListBox _checkedListBox; 11private readonly CheckedListBox.CheckedIndexCollection _collection; 28Assert.Throws<ArgumentNullException>("owner", () => { new CheckedListBox.CheckedIndexCollection(null); });
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (3)
10private readonly CheckedListBox _checkedListBox; 11private readonly CheckedListBox.CheckedItemCollection _collection; 16_collection = new CheckedListBox.CheckedItemCollection(_checkedListBox);
WinFormsControlsTest (3)
ListBoxes.Designer.cs (1)
238private System.Windows.Forms.CheckedListBox listBox2;
MultipleControls.Designer.cs (2)
348private System.Windows.Forms.CheckedListBox checkedListBox1; 353private System.Windows.Forms.CheckedListBox checkedListBox2;