4 references to RowSpanProperty
Microsoft.Maui.Controls (4)
Layout\Grid.cs (4)
85 return (int)bindable.GetValue(RowSpanProperty); 109 bindable.SetValue(RowSpanProperty, value); 180 BindableObject bo => (int)bo.GetValue(RowSpanProperty), 214 bo.SetValue(RowSpanProperty, span);