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