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