2 writes to _rowInsertionIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\TableRowGroup.cs (2)
73
_rowInsertionIndex
= -1;
293
set {
_rowInsertionIndex
= value; }
1 reference to _rowInsertionIndex
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
292
get { return
_rowInsertionIndex
; }