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