2 writes to _cellInsertionIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRow.cs (2)
341
set {
_cellInsertionIndex
= value; }
419
_cellInsertionIndex
= -1;
1 reference to _cellInsertionIndex
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRow.cs (1)
340
get { return
_cellInsertionIndex
; }