2 writes to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
326
_parentIndex
= value;
418
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
321
return (
_parentIndex
);
325
Debug.Assert(value >= -1 &&
_parentIndex
!= value);