2 references to RemoveRange
PresentationFramework (2)
System\Windows\Documents\TextRangeEditTables.cs (2)
2456row.Cells.RemoveRange(firstCell.Index + 1, lastCell.Index - firstCell.Index + 1 - 1); 2495row.Cells.RemoveRange(firstCell.Index, lastCell.Index - firstCell.Index + 1);