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