17 references to CheckedListBox
PresentationUI (2)
MS\Internal\Documents\DialogBaseForm.cs (2)
119else if (c is CheckedListBox) 121(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)