2 writes to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRow.cs (2)
317
_parentIndex
= value;
409
_parentIndex
= -1;
2 references to _parentIndex
PresentationFramework (2)
System\Windows\Documents\TableRow.cs (2)
312
return (
_parentIndex
);
316
Debug.Assert(value >= -1 &&
_parentIndex
!= value);