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