3 references to Enumerator
PresentationFramework (3)
System\Windows\Controls\Grid.cs (1)
3871
_enumerator1 = new RowDefinitionCollection.
Enumerator
(grid.ExtData?.RowDefinitions);
System\Windows\Controls\RowDefinition.cs (2)
341
return (new
Enumerator
(this));
349
return (new
Enumerator
(this));