1 write to _rowGroups
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
420
_rowGroups
= ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
452
if (
_rowGroups
.MoveNext())
454
currentChild =
_rowGroups
.Current;
499
_rowGroups
.Reset();