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)
4136
case (1): if (
_enumerator1
.MoveNext()) { _currentChild =
_enumerator1
.Current; return (true); } break;
4177
_enumerator1
.Reset();