1 write to _spannedCells
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRow.cs (1)
258
rowSpanVector.GetSpanCells(out
_spannedCells
, out isLastRowOfAnySpan);
3 references to _spannedCells
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableRow.cs (3)
259
Debug.Assert(
_spannedCells
!= null);
267
_formatCellCount +=
_spannedCells
.Length;
349
get { return (
_spannedCells
); }