2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
51_parentIndex = -1; 251_parentIndex = value;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
246return (_parentIndex); 250Debug.Assert(value >= -1 && _parentIndex != value);