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)
409return (_parentIndex); 413Debug.Assert(value >= -1 && _parentIndex != value);