3 references to ColumnSpanProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\Grid.cs (3)
123 return (int)bindable.GetValue(ColumnSpanProperty); 143 bindable.SetValue(ColumnSpanProperty, value); 256 if (e.PropertyName == ColumnProperty.PropertyName || e.PropertyName == ColumnSpanProperty.PropertyName || e.PropertyName == RowProperty.PropertyName ||