3 references to SelectTemplate
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
388 layout.Add(CreateItemView(item, SelectTemplate(item, layout))); 520 layout.Insert(CreateItemView(item, SelectTemplate(item, layout)), index); 542 var template = SelectTemplate(item, layout);