Base:
property
this
MS.Internal.Documents.ContentElementCollection<TParent, TItem>.this[System.Int32]
3 writes to
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
448_cellCollectionInternal[index] = value;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
448_rowCollectionInternal[index] = value;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
447_rowGroupCollectionInternal[index] = value;
3 references to
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
444return _cellCollectionInternal[index];
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
444return _rowCollectionInternal[index];
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
443return _rowGroupCollectionInternal[index];