2 references to ItemsSourceProperty
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
51
b.SetValue(
ItemsSourceProperty
, value);
57
return (IEnumerable)b.GetValue(
ItemsSourceProperty
);