2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
394
_parentIndex
= value;
466
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
389
return (
_parentIndex
);
393
Debug.Assert(value >= -1 &&
_parentIndex
!= value);