2 writes to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableColumn.cs (2)
48
_parentIndex
= -1;
179
_parentIndex
= value;
2 references to _parentIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableColumn.cs (2)
174
return (
_parentIndex
);
178
Debug.Assert (value >= -1 &&
_parentIndex
!= value);