2 writes to _rowGroupInsertionIndex
PresentationFramework (2)
src\Framework\System\Windows\Documents\Table.cs (2)
229set { _rowGroupInsertionIndex = value; } 389_rowGroupInsertionIndex = -1;
1 reference to _rowGroupInsertionIndex
PresentationFramework (1)
src\Framework\System\Windows\Documents\Table.cs (1)
228get { return _rowGroupInsertionIndex; }