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