2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
407
_parentIndex
= value;
479
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
402
return (
_parentIndex
);
406
Debug.Assert(value >= -1 &&
_parentIndex
!= value);