2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
68
_parentIndex
= -1;
268
_parentIndex
= value;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
263
return (
_parentIndex
);
267
Debug.Assert(value >= -1 &&
_parentIndex
!= value);