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