6 references to GetEntryObject
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (2)
72
object identifier = InnerArray.
GetEntryObject
(index, CheckedItemCollection.s_anyMask);
163
object value = InnerArray.
GetEntryObject
(index, 0);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.cs (1)
141
object identifier = InnerArray.
GetEntryObject
(index, SelectedObjectCollection.SelectedObjectMask);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
184
return InnerArray.
GetEntryObject
(index, SelectedObjectMask);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (2)
355
checkedListBox.Items.InnerArray.
GetEntryObject
(0, 0),
370
checkedListBox.Items.InnerArray.
GetEntryObject
(0, 0),