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