3 instantiations of Enumerator
PresentationFramework (3)
System\Windows\Controls\Grid.cs (1)
3878
_enumerator1 = new RowDefinitionCollection.
Enumerator
(grid.ExtData != null ? grid.ExtData.RowDefinitions : null);
System\Windows\Controls\RowDefinition.cs (2)
342
return (new
Enumerator
(this));
350
return (new
Enumerator
(this));
1 reference to Enumerator
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
3950
private RowDefinitionCollection.
Enumerator
_enumerator1;