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