1 write to _emptyViewTemplate
Microsoft.Maui.Controls (1)
BindableLayout\BindableLayout.cs (1)
335 _emptyViewTemplate = emptyViewTemplate;
3 references to _emptyViewTemplate
Microsoft.Maui.Controls (3)
BindableLayout\BindableLayout.cs (3)
255 public DataTemplate EmptyViewTemplate { get => _emptyViewTemplate; set => SetEmptyViewTemplate(value); } 325 _currentEmptyView = CreateEmptyView(_emptyView, _emptyViewTemplate); 337 _currentEmptyView = CreateEmptyView(_emptyView, _emptyViewTemplate);