1 write to _rowGroups
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
437
_rowGroups
= ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
469
if (
_rowGroups
.MoveNext())
471
currentChild =
_rowGroups
.Current;
516
_rowGroups
.Reset();