2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
68_parentIndex = -1; 268_parentIndex = value;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
263return (_parentIndex); 267Debug.Assert(value >= -1 && _parentIndex != value);