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