2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
387
_parentIndex
= value;
459
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
382
return (
_parentIndex
);
386
Debug.Assert(value >= -1 &&
_parentIndex
!= value);