1 write to _rowGroups
PresentationFramework (1)
System\Windows\Documents\Table.cs (1)
416
_rowGroups
= ((IEnumerable)_table._rowGroups).GetEnumerator();
3 references to _rowGroups
PresentationFramework (3)
System\Windows\Documents\Table.cs (3)
448
if (
_rowGroups
.MoveNext())
450
currentChild =
_rowGroups
.Current;
495
_rowGroups
.Reset();