2 writes to EmptyView
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
42 BindableProperty.Create("EmptyView", typeof(object), typeof(IBindableLayout), null, propertyChanged: (b, o, n) => { GetBindableLayoutController(b).EmptyView = n; }); 134 newC.EmptyView = GetEmptyView(b);