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)
281TableRowGroup rowGroup = Table.RowGroups[rowGroupIndex]; 349TableRowCollection Rows = Table.RowGroups[nextRowGroupIndex].Rows;
src\Framework\System\Windows\Documents\Table.cs (3)
300_rowGroups[i].ValidateStructure(); 324if(RowGroups[rowGroupIndex].Rows.Count > 0) 344if(RowGroups[rowGroupIndex].Rows.Count > 0)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1369TableRowGroup rowGroup = table.RowGroups[iRowGroup]; 1490TableRowGroup rowGroup = table.RowGroups[iRowGroup];