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