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)
272
return (
_parentIndex
);
276
Debug.Assert(value >= -1 &&
_parentIndex
!= value);