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)
477
if (
_rowGroups
.MoveNext())
479
currentChild =
_rowGroups
.Current;
524
_rowGroups
.Reset();