2 writes to _rowGroupInsertionIndex
PresentationFramework (2)
System\Windows\Documents\Table.cs (2)
221
set {
_rowGroupInsertionIndex
= value; }
381
_rowGroupInsertionIndex
= -1;
1 reference to _rowGroupInsertionIndex
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
220
get { return
_rowGroupInsertionIndex
; }