2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
40_parentIndex = -1; 240_parentIndex = value;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
235return (_parentIndex); 239Debug.Assert(value >= -1 && _parentIndex != value);