20 references to Items
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.cs (2)
287_selectSimpleCheckedListBox.Items.Clear(); 288_selectSimpleCheckedListBox.Items.AddRange(entityTypeProperties.ToArray());
System.Windows.Forms (18)
winforms\Managed\System\WinForms\CheckedListBox.cs (18)
337CheckedListBox.ObjectCollection items = (CheckedListBox.ObjectCollection) Items; 528if (index < 0 || index >= Items.Count) 575if (index < 0 || index >= Items.Count) 648if (e.Index < Items.Count) { 649item = Items[e.Index]; 667if (e.Index < Items.Count) { 844if (Items.Count == 0 && AccessibilityImprovements.Level3 && 970for (int i =0; i < Items.Count ; i ++) 979for (int j =0; j < Items.Count; j++) 991if (index < 0 || index >= Items.Count) { 1095if (item < 0 || item >= Items.Count) { 1105if (item < 0 || item >= Items.Count || (state != LB_CHECKED && state != LB_UNCHECKED)) { 1310return ((ObjectCollection)owner.Items).InnerArray; 1329if (index >= 0 && index < owner.Items.Count) { 1381return ((ListBox.ObjectCollection)owner.Items).InnerArray; 1580if (index >= 0 && index < CheckedListBox.Items.Count) { 1581return new CheckedListBoxItemAccessibleObject(this.CheckedListBox.GetItemText(CheckedListBox.Items[index]), index, this); 1592return CheckedListBox.Items.Count;