2 references to RowDefinitionsProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\Grid.cs (2)
106 get { return (RowDefinitionCollection)GetValue(RowDefinitionsProperty); } 107 set { SetValue(RowDefinitionsProperty, value); }