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