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