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