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)
174return (_parentIndex); 178Debug.Assert (value >= -1 && _parentIndex != value);