2 writes to _rowInsertionIndex
PresentationFramework (2)
System\Windows\Documents\TableRowGroup.cs (2)
39_rowInsertionIndex = -1; 256set { _rowInsertionIndex = value; }
1 reference to _rowInsertionIndex
PresentationFramework (1)
System\Windows\Documents\TableRowGroup.cs (1)
255get { return _rowInsertionIndex; }