1 write to _cellCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableCellCollection.cs (1)
33_cellCollectionInternal = new TableTextElementCollectionInternal<TableRow, TableCell>(owner);
40 references to _cellCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableCellCollection.cs (40)
62_cellCollectionInternal.CopyTo(array, index); 84_cellCollectionInternal.CopyTo(array, index); 92return _cellCollectionInternal.GetEnumerator(); 100return ((IEnumerable<TableCell>)_cellCollectionInternal).GetEnumerator(); 117_cellCollectionInternal.Add(item); 130_cellCollectionInternal.Clear(); 142return _cellCollectionInternal.Contains(item); 152return _cellCollectionInternal.IndexOf(item); 181_cellCollectionInternal.Insert(index, item); 201return _cellCollectionInternal.Remove(item); 220_cellCollectionInternal.RemoveAt(index); 245_cellCollectionInternal.RemoveRange(index, count); 260_cellCollectionInternal.TrimToSize(); 275return ((IList)_cellCollectionInternal).Add(value); 285return ((IList)_cellCollectionInternal).Contains(value); 290return ((IList)_cellCollectionInternal).IndexOf(value); 295((IList)_cellCollectionInternal).Insert(index, value); 302return ((IList)_cellCollectionInternal).IsFixedSize; 310return ((IList)_cellCollectionInternal).IsReadOnly; 316((IList)_cellCollectionInternal).Remove(value); 321((IList)_cellCollectionInternal).RemoveAt(index); 328return ((IList)_cellCollectionInternal)[index]; 333((IList)_cellCollectionInternal)[index] = value; 355return _cellCollectionInternal.Count; 366return ((IList)_cellCollectionInternal).IsReadOnly; 380return ((IList)_cellCollectionInternal).IsSynchronized; 391return ((IList)_cellCollectionInternal).SyncRoot; 418return _cellCollectionInternal.Capacity; 422_cellCollectionInternal.Capacity = value; 440return _cellCollectionInternal[index]; 444_cellCollectionInternal[index] = value; 457_cellCollectionInternal.InternalAdd(item); 465_cellCollectionInternal.InternalRemove(item); 485_cellCollectionInternal.EnsureCapacity(min); 502_cellCollectionInternal.PrivateConnectChild(index, item); 512_cellCollectionInternal.PrivateDisconnectChild(item); 518return _cellCollectionInternal.BelongsToOwner(item); 525return _cellCollectionInternal.FindInsertionIndex(item); 546return _cellCollectionInternal.PrivateCapacity; 550_cellCollectionInternal.PrivateCapacity = value;