1 write to _rowGroups
PresentationFramework (1)
src\Framework\System\Windows\Documents\Table.cs (1)
445_rowGroups = ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
src\Framework\System\Windows\Documents\Table.cs (3)
477if (_rowGroups.MoveNext()) 479currentChild = _rowGroups.Current; 524_rowGroups.Reset();