2 writes to BorderThickness
PresentationFramework (2)
System\Windows\Documents\TextRangeEditTables.cs (2)
671
cell.
BorderThickness
= GetCellBorder(1, rowIndex, columnIndex, 1, 1, rowCount, columnCount);
1296
cell.
BorderThickness
= border;
2 references to BorderThickness
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (1)
204
/// DependencyProperty for <see cref="
BorderThickness
" /> property.
System\Windows\Documents\TextRangeEditTables.cs (1)
1287
Thickness border = cell.
BorderThickness
;