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