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