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