2 writes to EmptyViewTemplate
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
46
BindableProperty.Create("EmptyViewTemplate", typeof(DataTemplate), typeof(IBindableLayout), null, propertyChanged: (b, o, n) => { GetBindableLayoutController(b).
EmptyViewTemplate
= (DataTemplate)n; });
135
newC.
EmptyViewTemplate
= GetEmptyViewTemplate(b);