1 write to _cellCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableCellCollection.cs (1)
32
_cellCollectionInternal
= new TableTextElementCollectionInternal<TableRow, TableCell>(owner);
40 references to _cellCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableCellCollection.cs (40)
61
_cellCollectionInternal
.CopyTo(array, index);
83
_cellCollectionInternal
.CopyTo(array, index);
91
return
_cellCollectionInternal
.GetEnumerator();
99
return ((IEnumerable<TableCell>)
_cellCollectionInternal
).GetEnumerator();
116
_cellCollectionInternal
.Add(item);
129
_cellCollectionInternal
.Clear();
141
return
_cellCollectionInternal
.Contains(item);
151
return
_cellCollectionInternal
.IndexOf(item);
180
_cellCollectionInternal
.Insert(index, item);
200
return
_cellCollectionInternal
.Remove(item);
219
_cellCollectionInternal
.RemoveAt(index);
244
_cellCollectionInternal
.RemoveRange(index, count);
259
_cellCollectionInternal
.TrimToSize();
274
return ((IList)
_cellCollectionInternal
).Add(value);
284
return ((IList)
_cellCollectionInternal
).Contains(value);
289
return ((IList)
_cellCollectionInternal
).IndexOf(value);
294
((IList)
_cellCollectionInternal
).Insert(index, value);
301
return ((IList)
_cellCollectionInternal
).IsFixedSize;
309
return ((IList)
_cellCollectionInternal
).IsReadOnly;
315
((IList)
_cellCollectionInternal
).Remove(value);
320
((IList)
_cellCollectionInternal
).RemoveAt(index);
327
return ((IList)
_cellCollectionInternal
)[index];
332
((IList)
_cellCollectionInternal
)[index] = value;
354
return
_cellCollectionInternal
.Count;
365
return ((IList)
_cellCollectionInternal
).IsReadOnly;
379
return ((IList)
_cellCollectionInternal
).IsSynchronized;
390
return ((IList)
_cellCollectionInternal
).SyncRoot;
417
return
_cellCollectionInternal
.Capacity;
421
_cellCollectionInternal
.Capacity = value;
439
return
_cellCollectionInternal
[index];
443
_cellCollectionInternal
[index] = value;
456
_cellCollectionInternal
.InternalAdd(item);
464
_cellCollectionInternal
.InternalRemove(item);
484
_cellCollectionInternal
.EnsureCapacity(min);
501
_cellCollectionInternal
.PrivateConnectChild(index, item);
511
_cellCollectionInternal
.PrivateDisconnectChild(item);
517
return
_cellCollectionInternal
.BelongsToOwner(item);
524
return
_cellCollectionInternal
.FindInsertionIndex(item);
545
return
_cellCollectionInternal
.PrivateCapacity;
549
_cellCollectionInternal
.PrivateCapacity = value;