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); 91return _cellCollectionInternal.GetEnumerator(); 99return ((IEnumerable<TableCell>)_cellCollectionInternal).GetEnumerator(); 116_cellCollectionInternal.Add(item); 129_cellCollectionInternal.Clear(); 141return _cellCollectionInternal.Contains(item); 151return _cellCollectionInternal.IndexOf(item); 180_cellCollectionInternal.Insert(index, item); 200return _cellCollectionInternal.Remove(item); 219_cellCollectionInternal.RemoveAt(index); 244_cellCollectionInternal.RemoveRange(index, count); 259_cellCollectionInternal.TrimToSize(); 274return ((IList)_cellCollectionInternal).Add(value); 284return ((IList)_cellCollectionInternal).Contains(value); 289return ((IList)_cellCollectionInternal).IndexOf(value); 294((IList)_cellCollectionInternal).Insert(index, value); 301return ((IList)_cellCollectionInternal).IsFixedSize; 309return ((IList)_cellCollectionInternal).IsReadOnly; 315((IList)_cellCollectionInternal).Remove(value); 320((IList)_cellCollectionInternal).RemoveAt(index); 327return ((IList)_cellCollectionInternal)[index]; 332((IList)_cellCollectionInternal)[index] = value; 354return _cellCollectionInternal.Count; 365return ((IList)_cellCollectionInternal).IsReadOnly; 379return ((IList)_cellCollectionInternal).IsSynchronized; 390return ((IList)_cellCollectionInternal).SyncRoot; 417return _cellCollectionInternal.Capacity; 421_cellCollectionInternal.Capacity = value; 439return _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); 517return _cellCollectionInternal.BelongsToOwner(item); 524return _cellCollectionInternal.FindInsertionIndex(item); 545return _cellCollectionInternal.PrivateCapacity; 549_cellCollectionInternal.PrivateCapacity = value;