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