1 write to _cellCollectionInternal
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
37_cellCollectionInternal = new TableTextElementCollectionInternal<TableRow, TableCell>(owner);
40 references to _cellCollectionInternal
PresentationFramework (40)
src\Framework\System\Windows\Documents\TableCellCollection.cs (40)
66_cellCollectionInternal.CopyTo(array, index); 88_cellCollectionInternal.CopyTo(array, index); 96return _cellCollectionInternal.GetEnumerator(); 104return ((IEnumerable<TableCell>)_cellCollectionInternal).GetEnumerator(); 121_cellCollectionInternal.Add(item); 134_cellCollectionInternal.Clear(); 146return _cellCollectionInternal.Contains(item); 156return _cellCollectionInternal.IndexOf(item); 185_cellCollectionInternal.Insert(index, item); 205return _cellCollectionInternal.Remove(item); 224_cellCollectionInternal.RemoveAt(index); 249_cellCollectionInternal.RemoveRange(index, count); 264_cellCollectionInternal.TrimToSize(); 279return ((IList)_cellCollectionInternal).Add(value); 289return ((IList)_cellCollectionInternal).Contains(value); 294return ((IList)_cellCollectionInternal).IndexOf(value); 299((IList)_cellCollectionInternal).Insert(index, value); 306return ((IList)_cellCollectionInternal).IsFixedSize; 314return ((IList)_cellCollectionInternal).IsReadOnly; 320((IList)_cellCollectionInternal).Remove(value); 325((IList)_cellCollectionInternal).RemoveAt(index); 332return ((IList)_cellCollectionInternal)[index]; 337((IList)_cellCollectionInternal)[index] = value; 359return _cellCollectionInternal.Count; 370return ((IList)_cellCollectionInternal).IsReadOnly; 384return ((IList)_cellCollectionInternal).IsSynchronized; 395return ((IList)_cellCollectionInternal).SyncRoot; 422return _cellCollectionInternal.Capacity; 426_cellCollectionInternal.Capacity = value; 444return _cellCollectionInternal[index]; 448_cellCollectionInternal[index] = value; 461_cellCollectionInternal.InternalAdd(item); 469_cellCollectionInternal.InternalRemove(item); 489_cellCollectionInternal.EnsureCapacity(min); 506_cellCollectionInternal.PrivateConnectChild(index, item); 516_cellCollectionInternal.PrivateDisconnectChild(item); 522return _cellCollectionInternal.BelongsToOwner(item); 529return _cellCollectionInternal.FindInsertionIndex(item); 550return _cellCollectionInternal.PrivateCapacity; 554_cellCollectionInternal.PrivateCapacity = value;