5 references to ColumnCount
PresentationFramework (5)
System\Windows\Documents\TableRowGroup.cs (1)
200_columnCount = Math.Max(_columnCount, Rows[i].ColumnCount);
System\Windows\Documents\TextRangeEditTables.cs (4)
2374if (rowGroup.Rows[topRow].ColumnCount != rowGroup.Rows[bottomRow].ColumnCount) 2380if (leftColumn >= rowGroup.Rows[topRow].ColumnCount || rightColumn >= rowGroup.Rows[bottomRow].ColumnCount)