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