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); 94return _cellCollectionInternal.GetEnumerator(); 102return ((IEnumerable<TableCell>)_cellCollectionInternal).GetEnumerator(); 119_cellCollectionInternal.Add(item); 132_cellCollectionInternal.Clear(); 144return _cellCollectionInternal.Contains(item); 154return _cellCollectionInternal.IndexOf(item); 183_cellCollectionInternal.Insert(index, item); 203return _cellCollectionInternal.Remove(item); 222_cellCollectionInternal.RemoveAt(index); 247_cellCollectionInternal.RemoveRange(index, count); 262_cellCollectionInternal.TrimToSize(); 277return ((IList)_cellCollectionInternal).Add(value); 287return ((IList)_cellCollectionInternal).Contains(value); 292return ((IList)_cellCollectionInternal).IndexOf(value); 297((IList)_cellCollectionInternal).Insert(index, value); 304return ((IList)_cellCollectionInternal).IsFixedSize; 312return ((IList)_cellCollectionInternal).IsReadOnly; 318((IList)_cellCollectionInternal).Remove(value); 323((IList)_cellCollectionInternal).RemoveAt(index); 330return ((IList)_cellCollectionInternal)[index]; 335((IList)_cellCollectionInternal)[index] = value; 357return _cellCollectionInternal.Count; 368return ((IList)_cellCollectionInternal).IsReadOnly; 382return ((IList)_cellCollectionInternal).IsSynchronized; 393return ((IList)_cellCollectionInternal).SyncRoot; 420return _cellCollectionInternal.Capacity; 424_cellCollectionInternal.Capacity = value; 442return _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); 520return _cellCollectionInternal.BelongsToOwner(item); 527return _cellCollectionInternal.FindInsertionIndex(item); 548return _cellCollectionInternal.PrivateCapacity; 552_cellCollectionInternal.PrivateCapacity = value;