2 writes to _cellInsertionIndex
PresentationFramework (2)
System\Windows\Documents\TableRow.cs (2)
317set { _cellInsertionIndex = value; } 395_cellInsertionIndex = -1;
1 reference to _cellInsertionIndex
PresentationFramework (1)
System\Windows\Documents\TableRow.cs (1)
316get { return _cellInsertionIndex; }