1 write to _spannedCells
PresentationFramework (1)
System\Windows\Documents\TableRow.cs (1)
234
rowSpanVector.GetSpanCells(out
_spannedCells
, out isLastRowOfAnySpan);
3 references to _spannedCells
PresentationFramework (3)
System\Windows\Documents\TableRow.cs (3)
235
Debug.Assert(
_spannedCells
!= null);
243
_formatCellCount +=
_spannedCells
.Length;
325
get { return (
_spannedCells
); }