1 write to _enumerator1
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
4112_enumerator1 = new RowDefinitionCollection.Enumerator(grid.ExtData != null ? grid.ExtData.RowDefinitions : null);
3 references to _enumerator1
PresentationFramework (3)
src\Framework\System\Windows\Controls\Grid.cs (3)
4136case (1): if (_enumerator1.MoveNext()) { _currentChild = _enumerator1.Current; return (true); } break; 4177_enumerator1.Reset();