2 writes to _cellInsertionIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
341set { _cellInsertionIndex = value; } 419_cellInsertionIndex = -1;
1 reference to _cellInsertionIndex
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRow.cs (1)
340get { return _cellInsertionIndex; }