Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
7 references to
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (2)
281
TableRowGroup rowGroup = Table.RowGroups
[
rowGroupIndex];
349
TableRowCollection Rows = Table.RowGroups
[
nextRowGroupIndex].Rows;
src\Framework\System\Windows\Documents\Table.cs (3)
300
_rowGroups
[
i].ValidateStructure();
324
if(RowGroups
[
rowGroupIndex].Rows.Count > 0)
344
if(RowGroups
[
rowGroupIndex].Rows.Count > 0)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1369
TableRowGroup rowGroup = table.RowGroups
[
iRowGroup];
1490
TableRowGroup rowGroup = table.RowGroups
[
iRowGroup];