2 writes to _columnSpan
PresentationFramework (2)
System\Windows\Documents\FixedSOMTableCell.cs (2)
27
_columnSpan
= 1;
133
_columnSpan
= value;
2 references to _columnSpan
PresentationFramework (2)
System\Windows\Documents\FixedSOMTableCell.cs (2)
71
element.SetValue(TableCell.ColumnSpanProperty,
_columnSpan
);
129
return
_columnSpan
;