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