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