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