1 write to _enumerator1
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
3871_enumerator1 = new RowDefinitionCollection.Enumerator(grid.ExtData?.RowDefinitions);
3 references to _enumerator1
PresentationFramework (3)
System\Windows\Controls\Grid.cs (3)
3895case (1): if (_enumerator1.MoveNext()) { _currentChild = _enumerator1.Current; return (true); } break; 3936_enumerator1.Reset();