4 references to ColumnSpanProperty
Microsoft.Maui.Controls (4)
Layout\Grid.cs (4)
73
return (int)bindable.GetValue(
ColumnSpanProperty
);
97
bindable.SetValue(
ColumnSpanProperty
, value);
162
BindableObject bo => (int)bo.GetValue(
ColumnSpanProperty
),
242
bo.SetValue(
ColumnSpanProperty
, span);