1 write to _rowGroups
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
428
_rowGroups
= ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
460
if (
_rowGroups
.MoveNext())
462
currentChild =
_rowGroups
.Current;
507
_rowGroups
.Reset();