1 write to _emptyView
Microsoft.Maui.Controls (1)
BindableLayout\BindableLayout.cs (1)
323 _emptyView = emptyView;
3 references to _emptyView
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
254 public object EmptyView { get => _emptyView; set => SetEmptyView(value); } 325 _currentEmptyView = CreateEmptyView(_emptyView, _emptyViewTemplate); 337 _currentEmptyView = CreateEmptyView(_emptyView, _emptyViewTemplate);