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