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)
2375
if (rowGroup.Rows[topRow].
ColumnCount
!= rowGroup.Rows[bottomRow].
ColumnCount
)
2381
if (leftColumn >= rowGroup.Rows[topRow].
ColumnCount
|| rightColumn >= rowGroup.Rows[bottomRow].
ColumnCount
)