2 references to EmptyViewTemplateProperty
Microsoft.Maui.Controls (2)
BindableLayout\BindableLayout.cs (2)
99
return (DataTemplate)b.GetValue(
EmptyViewTemplateProperty
);
105
b.SetValue(
EmptyViewTemplateProperty
, value);