2 writes to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRowGroup.cs (2)
74_parentIndex = -1; 277_parentIndex = value;
2 references to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRowGroup.cs (2)
272return (_parentIndex); 276Debug.Assert(value >= -1 && _parentIndex != value);