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