2 writes to BorderThickness
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
674
cell.
BorderThickness
= GetCellBorder(1, rowIndex, columnIndex, 1, 1, rowCount, columnCount);
1299
cell.
BorderThickness
= border;
2 references to BorderThickness
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableCell.cs (1)
211
/// DependencyProperty for <see cref="
BorderThickness
" /> property.
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1290
Thickness border = cell.
BorderThickness
;