2 writes to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableCell.cs (2)
414
_parentIndex
= value;
486
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableCell.cs (2)
409
return (
_parentIndex
);
413
Debug.Assert(value >= -1 &&
_parentIndex
!= value);