2 references to RowDefinitionCollection
PresentationFramework (2)
System\Windows\Controls\Grid.cs (1)
312if (_data.RowDefinitions == null) { _data.RowDefinitions = new RowDefinitionCollection(this); }
System\Windows\Controls\RowDefinitionCollectionConverter.cs (1)
48RowDefinitionCollection collection = new RowDefinitionCollection();