1 write to _rowGroups
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
417
_rowGroups
= ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
449
if (
_rowGroups
.MoveNext())
451
currentChild =
_rowGroups
.Current;
496
_rowGroups
.Reset();