2 writes to _columnSpan
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (2)
37_columnSpan = 1; 143_columnSpan = value;
2 references to _columnSpan
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (2)
81element.SetValue(TableCell.ColumnSpanProperty, _columnSpan); 139return _columnSpan;