4 references to GetEntryObject
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1228object identifier = InnerArray.GetEntryObject(index, CheckedItemCollection.AnyMask); 1330object value = InnerArray.GetEntryObject(index, 0);
winforms\Managed\System\WinForms\ListBox.cs (2)
3966object identifier = InnerArray.GetEntryObject(index, SelectedObjectCollection.SelectedObjectMask); 4293return InnerArray.GetEntryObject(index, SelectedObjectCollection.SelectedObjectMask);