1 write to _cellCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableCellCollection.cs (1)
35
_cellCollectionInternal
= new TableTextElementCollectionInternal<TableRow, TableCell>(owner);
40 references to _cellCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableCellCollection.cs (40)
64
_cellCollectionInternal
.CopyTo(array, index);
86
_cellCollectionInternal
.CopyTo(array, index);
94
return
_cellCollectionInternal
.GetEnumerator();
102
return ((IEnumerable<TableCell>)
_cellCollectionInternal
).GetEnumerator();
119
_cellCollectionInternal
.Add(item);
132
_cellCollectionInternal
.Clear();
144
return
_cellCollectionInternal
.Contains(item);
154
return
_cellCollectionInternal
.IndexOf(item);
183
_cellCollectionInternal
.Insert(index, item);
203
return
_cellCollectionInternal
.Remove(item);
222
_cellCollectionInternal
.RemoveAt(index);
247
_cellCollectionInternal
.RemoveRange(index, count);
262
_cellCollectionInternal
.TrimToSize();
277
return ((IList)
_cellCollectionInternal
).Add(value);
287
return ((IList)
_cellCollectionInternal
).Contains(value);
292
return ((IList)
_cellCollectionInternal
).IndexOf(value);
297
((IList)
_cellCollectionInternal
).Insert(index, value);
304
return ((IList)
_cellCollectionInternal
).IsFixedSize;
312
return ((IList)
_cellCollectionInternal
).IsReadOnly;
318
((IList)
_cellCollectionInternal
).Remove(value);
323
((IList)
_cellCollectionInternal
).RemoveAt(index);
330
return ((IList)
_cellCollectionInternal
)[index];
335
((IList)
_cellCollectionInternal
)[index] = value;
357
return
_cellCollectionInternal
.Count;
368
return ((IList)
_cellCollectionInternal
).IsReadOnly;
382
return ((IList)
_cellCollectionInternal
).IsSynchronized;
393
return ((IList)
_cellCollectionInternal
).SyncRoot;
420
return
_cellCollectionInternal
.Capacity;
424
_cellCollectionInternal
.Capacity = value;
442
return
_cellCollectionInternal
[index];
446
_cellCollectionInternal
[index] = value;
459
_cellCollectionInternal
.InternalAdd(item);
467
_cellCollectionInternal
.InternalRemove(item);
487
_cellCollectionInternal
.EnsureCapacity(min);
504
_cellCollectionInternal
.PrivateConnectChild(index, item);
514
_cellCollectionInternal
.PrivateDisconnectChild(item);
520
return
_cellCollectionInternal
.BelongsToOwner(item);
527
return
_cellCollectionInternal
.FindInsertionIndex(item);
548
return
_cellCollectionInternal
.PrivateCapacity;
552
_cellCollectionInternal
.PrivateCapacity = value;