2 writes to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
326_parentIndex = value; 418_parentIndex = -1;
2 references to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
321return (_parentIndex); 325Debug.Assert(value >= -1 && _parentIndex != value);