2 writes to _columnSpan
PresentationFramework (2)
System\Windows\Documents\FixedSOMTableCell.cs (2)
32
_columnSpan
= 1;
138
_columnSpan
= value;
2 references to _columnSpan
PresentationFramework (2)
System\Windows\Documents\FixedSOMTableCell.cs (2)
76
element.SetValue(TableCell.ColumnSpanProperty,
_columnSpan
);
134
return
_columnSpan
;