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