12 references to RowDefinition
Microsoft.Maui.Controls (9)
Internals\ProfilePage.cs (2)
123
new
RowDefinition
{ Height = new GridLength(1, GridUnitType.Star) },
124
new
RowDefinition
{ Height = GridLength.Auto },
Layout\AndExpandLayoutManager.cs (3)
72
grid.RowDefinitions.Add(new
RowDefinition
{ Height = GridLength.Star });
76
grid.RowDefinitions.Add(new
RowDefinition
{ Height = GridLength.Auto });
92
RowDefinitions = new RowDefinitionCollection { new
RowDefinition
{ Height = GridLength.Star } },
Layout\GridExtensions.cs (1)
95
grid.RowDefinitions.Add(new
RowDefinition
());
LegacyLayouts\GridCalc.cs (1)
515
_rows.Add(new
RowDefinition
());
RadioButton\RadioButton.cs (1)
468
new
RowDefinition
{ Height = GridLength.Auto }
RowDefinitionCollectionTypeConverter.cs (1)
30
definitions[i] = new
RowDefinition
{ Height = (GridLength)converter.ConvertFromInvariantString(lengths[i]) };
Microsoft.Maui.Controls.Foldable (3)
TwoPaneView.cs (3)
241
RowDefinitions = new RowDefinitionCollection() { new
RowDefinition
(), new
RowDefinition
(), new
RowDefinition
() };