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