1 write to InternalItemsLayout
Microsoft.Maui.Controls (1)
Items\StructuredItemsView.cs (1)
58
set =>
InternalItemsLayout
= value;
2 references to InternalItemsLayout
Microsoft.Maui.Controls (2)
Items\ItemsView.cs (1)
225
if (
InternalItemsLayout
is BindableObject bo)
Items\StructuredItemsView.cs (1)
57
get =>
InternalItemsLayout
;