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)
337
CheckedListBox.ObjectCollection items = (CheckedListBox.ObjectCollection)
Items
;
528
if (index < 0 || index >=
Items
.Count)
575
if (index < 0 || index >=
Items
.Count)
648
if (e.Index <
Items
.Count) {
649
item =
Items
[e.Index];
667
if (e.Index <
Items
.Count) {
844
if (
Items
.Count == 0 && AccessibilityImprovements.Level3 &&
970
for (int i =0; i <
Items
.Count ; i ++)
979
for (int j =0; j <
Items
.Count; j++)
991
if (index < 0 || index >=
Items
.Count) {
1095
if (item < 0 || item >=
Items
.Count) {
1105
if (item < 0 || item >=
Items
.Count || (state != LB_CHECKED && state != LB_UNCHECKED)) {
1310
return ((ObjectCollection)owner.
Items
).InnerArray;
1329
if (index >= 0 && index < owner.
Items
.Count) {
1381
return ((ListBox.ObjectCollection)owner.
Items
).InnerArray;
1580
if (index >= 0 && index < CheckedListBox.
Items
.Count) {
1581
return new CheckedListBoxItemAccessibleObject(this.CheckedListBox.GetItemText(CheckedListBox.
Items
[index]), index, this);
1592
return CheckedListBox.
Items
.Count;