7 references to RowDefinitionCollection
Microsoft.Maui.Controls (6)
Internals\ProfilePage.cs (1)
122 RowDefinitions = new RowDefinitionCollection {
Layout\AndExpandLayoutManager.cs (2)
56 RowDefinitions = new RowDefinitionCollection(), 92 RowDefinitions = new RowDefinitionCollection { new RowDefinition { Height = GridLength.Star } },
Layout\Grid.cs (1)
29 var rowDef = new RowDefinitionCollection();
LegacyLayouts\Grid.cs (1)
63 var rowDef = new RowDefinitionCollection();
RadioButton\RadioButton.cs (1)
473 RowDefinitions = new RowDefinitionCollection {
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
241 RowDefinitions = new RowDefinitionCollection() { new RowDefinition(), new RowDefinition(), new RowDefinition() };